home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / prg_basi / vbcode1u.zip / VBCODE10.DA_ / VBCODE10.DA / API_DeclareItems.json < prev    next >
JavaScript Object Notation  |  1996-01-10  |  289KB

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "ChunkNum": "Integer",
  5.         "FullName": "Text (255)"
  6.     },
  7.     "data": [
  8.         {
  9.             "ID": 29,
  10.             "ChunkNum": 1,
  11.             "FullName": "Declare Function ResetEvent Lib \"kernel32\" Alias \"ResetEvent\" (ByVal hEvent As Long) As Long"
  12.         },
  13.         {
  14.             "ID": 30,
  15.             "ChunkNum": 1,
  16.             "FullName": "Declare Function PulseEvent Lib \"kernel32\" Alias \"PulseEvent\" (ByVal hEvent As Long) As Long"
  17.         },
  18.         {
  19.             "ID": 31,
  20.             "ChunkNum": 1,
  21.             "FullName": "Declare Function ReleaseSemaphore Lib \"kernel32\" Alias \"ReleaseSemaphore\" (ByVal hSemaphore As Long, ByVal lReleaseCount As Long, lpPreviousCount As Long) As Long"
  22.         },
  23.         {
  24.             "ID": 32,
  25.             "ChunkNum": 1,
  26.             "FullName": "Declare Function ReleaseMutex Lib \"kernel32\" Alias \"ReleaseMutex\" (ByVal hMutex As Long) As Long"
  27.         },
  28.         {
  29.             "ID": 33,
  30.             "ChunkNum": 1,
  31.             "FullName": "Declare Function WaitForSingleObject Lib \"kernel32\" Alias \"WaitForSingleObject\" (ByVal hHandle As Long, ByVal dwMilliseconds As Long) As Long"
  32.         },
  33.         {
  34.             "ID": 34,
  35.             "ChunkNum": 1,
  36.             "FullName": "Declare Function WaitForMultipleObjects Lib \"kernel32\" Alias \"WaitForMultipleObjects\" (ByVal nCount As Long, lpHandles As Long, ByVal bWaitAll As Long, ByVal dwMilliseconds As Long) As Long"
  37.         },
  38.         {
  39.             "ID": 35,
  40.             "ChunkNum": 1,
  41.             "FullName": "Declare Sub Sleep Lib \"kernel32\" Alias \"Sleep\" (ByVal dwMilliseconds As Long)"
  42.         },
  43.         {
  44.             "ID": 36,
  45.             "ChunkNum": 1,
  46.             "FullName": "Declare Sub OutputDebugString Lib \"kernel32\" Alias \"OutputDebugStringA\" (ByVal lpOutputString As String)"
  47.         },
  48.         {
  49.             "ID": 37,
  50.             "ChunkNum": 1,
  51.             "FullName": "Declare Function GetVersion Lib \"kernel32\" Alias \"GetVersion\" () As Long"
  52.         },
  53.         {
  54.             "ID": 38,
  55.             "ChunkNum": 1,
  56.             "FullName": "Declare Function OpenFile Lib \"kernel32\" Alias \"OpenFile\" (ByVal lpFileName As String, lpReOpenBuff As OFSTRUCT, ByVal wStyle As Long) As Long"
  57.         },
  58.         {
  59.             "ID": 39,
  60.             "ChunkNum": 1,
  61.             "FullName": "Declare Function GetTempFileName Lib \"kernel32\" Alias \"GetTempFileNameA\" (ByVal lpszPath As String, ByVal lpPrefixString As String, ByVal wUnique As Long, ByVal lpTempFileName As String) As Long"
  62.         },
  63.         {
  64.             "ID": 40,
  65.             "ChunkNum": 1,
  66.             "FullName": "Declare Function SetHandleCount Lib \"kernel32\" Alias \"SetHandleCount\" (ByVal wNumber As Long) As Long"
  67.         },
  68.         {
  69.             "ID": 41,
  70.             "ChunkNum": 1,
  71.             "FullName": "Declare Function GetLogicalDrives Lib \"kernel32\" Alias \"GetLogicalDrives\" () As Long"
  72.         },
  73.         {
  74.             "ID": 42,
  75.             "ChunkNum": 1,
  76.             "FullName": "Declare Function LockFile Lib \"kernel32\" Alias \"LockFile\" (ByVal hFile As Long, ByVal dwFileOffsetLow As Long, ByVal dwFileOffsetHigh As Long, ByVal nNumberOfBytesToLockLow As Long, ByVal nNumberOfBytesToLockHigh As Long) As Long"
  77.         },
  78.         {
  79.             "ID": 2,
  80.             "ChunkNum": 1,
  81.             "FullName": "Declare Function InterlockedIncrement Lib \"kernel32\" Alias \"InterlockedIncrement\" (lpAddend As Long) As Long"
  82.         },
  83.         {
  84.             "ID": 3,
  85.             "ChunkNum": 1,
  86.             "FullName": "Declare Function InterlockedDecrement Lib \"kernel32\" Alias \"InterlockedDecrement\" (lpAddend As Long) As Long"
  87.         },
  88.         {
  89.             "ID": 4,
  90.             "ChunkNum": 1,
  91.             "FullName": "Declare Function InterlockedExchange Lib \"kernel32\" Alias \"InterlockedExchange\" (Target As Long, ByVal Value As Long) As Long"
  92.         },
  93.         {
  94.             "ID": 5,
  95.             "ChunkNum": 1,
  96.             "FullName": "Declare Function GetModuleFileName Lib \"kernel32\" Alias \"GetModuleFileNameA\" (ByVal hModule As Long, ByVal lpFileName As String, ByVal nSize As Long) As Long"
  97.         },
  98.         {
  99.             "ID": 6,
  100.             "ChunkNum": 1,
  101.             "FullName": "Declare Function GetModuleHandle Lib \"kernel32\" Alias \"GetModuleHandleA\" (ByVal lpModuleName As String) As Long"
  102.         },
  103.         {
  104.             "ID": 7,
  105.             "ChunkNum": 1,
  106.             "FullName": "Declare Function CreateProcess Lib \"kernel32\" Alias \"CreateProcessA\" (ByVal lpApplicationName As String, ByVal lpCommandLine As String, lpProcessAttributes As SECURITY_ATTRIBUTES, lpThreadAttributes As SECURITY_ATTRIBUTES, ByVal bInheritHandles As Long, B"
  107.         },
  108.         {
  109.             "ID": 7,
  110.             "ChunkNum": 2,
  111.             "FullName": "yVal dwCreationFlags As Long, lpEnvironment As Any, ByVal lpCurrentDriectory As String, lpStartupInfo As STARTUPINFO, lpProcessInformation As PROCESS_INFORMATION) As Long"
  112.         },
  113.         {
  114.             "ID": 8,
  115.             "ChunkNum": 1,
  116.             "FullName": "Declare Function SetProcessShutdownParameters Lib \"kernel32\" Alias \"SetProcessShutdownParameters\" (ByVal dwLevel As Long, ByVal dwFlags As Long) As Long"
  117.         },
  118.         {
  119.             "ID": 9,
  120.             "ChunkNum": 1,
  121.             "FullName": "Declare Function GetProcessShutdownParameters Lib \"kernel32\" Alias \"GetProcessShutdownParameters\" (lpdwLevel As Long, lpdwFlags As Long) As Long"
  122.         },
  123.         {
  124.             "ID": 10,
  125.             "ChunkNum": 1,
  126.             "FullName": "Declare Sub FatalAppExit Lib \"kernel32\" Alias \"FatalAppExitA\" (ByVal uAction As Long, ByVal lpMessageText As String)"
  127.         },
  128.         {
  129.             "ID": 11,
  130.             "ChunkNum": 1,
  131.             "FullName": "Declare Sub GetStartupInfo Lib \"kernel32\" Alias \"GetStartupInfoA\" (lpStartupInfo As STARTUPINFO)"
  132.         },
  133.         {
  134.             "ID": 12,
  135.             "ChunkNum": 1,
  136.             "FullName": "Declare Function GetCommandLine Lib \"kernel32\" Alias \"GetCommandLineA\" () As String"
  137.         },
  138.         {
  139.             "ID": 13,
  140.             "ChunkNum": 1,
  141.             "FullName": "Declare Function GetEnvironmentVariable Lib \"kernel32\" Alias \"GetEnvironmentVariableA\" (ByVal lpName As String, ByVal lpBuffer As String, ByVal nSize As Long) As Long"
  142.         },
  143.         {
  144.             "ID": 14,
  145.             "ChunkNum": 1,
  146.             "FullName": "Declare Function SetEnvironmentVariable Lib \"kernel32\" Alias \"SetEnvironmentVariableA\" (ByVal lpName As String, ByVal lpValue As String) As Long"
  147.         },
  148.         {
  149.             "ID": 15,
  150.             "ChunkNum": 1,
  151.             "FullName": "Declare Function ExpandEnvironmentStrings Lib \"kernel32\" Alias \"ExpandEnvironmentStringsA\" (ByVal lpSrc As String, ByVal lpDst As String, ByVal nSize As Long) As Long"
  152.         },
  153.         {
  154.             "ID": 16,
  155.             "ChunkNum": 1,
  156.             "FullName": "Declare Function LoadLibrary Lib \"kernel32\" Alias \"LoadLibraryA\" (ByVal lpLibFileName As String) As Long"
  157.         },
  158.         {
  159.             "ID": 17,
  160.             "ChunkNum": 1,
  161.             "FullName": "Declare Function LoadLibraryEx Lib \"kernel32\" Alias \"LoadLibraryExA\" (ByVal lpLibFileName As String, ByVal hFile As Long, ByVal dwFlags As Long) As Long"
  162.         },
  163.         {
  164.             "ID": 18,
  165.             "ChunkNum": 1,
  166.             "FullName": "Declare Function LoadModule Lib \"kernel32\" Alias \"LoadModule\" (ByVal lpModuleName As String, lpParameterBlock As Any) As Long"
  167.         },
  168.         {
  169.             "ID": 19,
  170.             "ChunkNum": 1,
  171.             "FullName": "Declare Function FreeLibrary Lib \"kernel32\" Alias \"FreeLibrary\" (ByVal hLibModule As Long) As Long"
  172.         },
  173.         {
  174.             "ID": 20,
  175.             "ChunkNum": 1,
  176.             "FullName": "Declare Function WinExec Lib \"kernel32\" Alias \"WinExec\" (ByVal lpCmdLine As String, ByVal nCmdShow As Long) As Long"
  177.         },
  178.         {
  179.             "ID": 21,
  180.             "ChunkNum": 1,
  181.             "FullName": "Declare Sub DebugBreak Lib \"kernel32\" Alias \"DebugBreak\" ()"
  182.         },
  183.         {
  184.             "ID": 22,
  185.             "ChunkNum": 1,
  186.             "FullName": "Declare Function ContinueDebugEvent Lib \"kernel32\" Alias \"ContinueDebugEvent\" (ByVal dwProcessId As Long, ByVal dwThreadId As Long, ByVal dwContinueStatus As Long) As Long"
  187.         },
  188.         {
  189.             "ID": 23,
  190.             "ChunkNum": 1,
  191.             "FullName": "Declare Function DebugActiveProcess Lib \"kernel32\" Alias \"DebugActiveProcess\" (ByVal dwProcessId As Long) As Long"
  192.         },
  193.         {
  194.             "ID": 24,
  195.             "ChunkNum": 1,
  196.             "FullName": "Declare Sub InitializeCriticalSection Lib \"kernel32\" Alias \"InitializeCriticalSection\" (lpCriticalSection As CRITICAL_SECTION)"
  197.         },
  198.         {
  199.             "ID": 25,
  200.             "ChunkNum": 1,
  201.             "FullName": "Declare Sub EnterCriticalSection Lib \"kernel32\" Alias \"EnterCriticalSection\" (lpCriticalSection As CRITICAL_SECTION)"
  202.         },
  203.         {
  204.             "ID": 26,
  205.             "ChunkNum": 1,
  206.             "FullName": "Declare Sub LeaveCriticalSection Lib \"kernel32\" Alias \"LeaveCriticalSection\" (lpCriticalSection As CRITICAL_SECTION)"
  207.         },
  208.         {
  209.             "ID": 27,
  210.             "ChunkNum": 1,
  211.             "FullName": "Declare Sub DeleteCriticalSection Lib \"kernel32\" Alias \"DeleteCriticalSection\" (lpCriticalSection As CRITICAL_SECTION)"
  212.         },
  213.         {
  214.             "ID": 28,
  215.             "ChunkNum": 1,
  216.             "FullName": "Declare Function SetEvent Lib \"kernel32\" Alias \"SetEvent\" (ByVal hEvent As Long) As Long"
  217.         },
  218.         {
  219.             "ID": 43,
  220.             "ChunkNum": 1,
  221.             "FullName": "Declare Function UnlockFile Lib \"kernel32\" Alias \"UnlockFile\" (ByVal hFile As Long, ByVal dwFileOffsetLow As Long, ByVal dwFileOffsetHigh As Long, ByVal nNumberOfBytesToUnlockLow As Long, ByVal nNumberOfBytesToUnlockHigh As Long) As Long"
  222.         },
  223.         {
  224.             "ID": 44,
  225.             "ChunkNum": 1,
  226.             "FullName": "Declare Function LockFileEx Lib \"kernel32\" Alias \"LockFileEx\" (ByVal hFile As Long, ByVal dwFlags As Long, ByVal dwReserved As Long, ByVal nNumberOfBytesToLockLow As Long, ByVal nNumberOfBytesToLockHigh As Long, lpOverlapped As OVERLAPPED) As Long"
  227.         },
  228.         {
  229.             "ID": 45,
  230.             "ChunkNum": 1,
  231.             "FullName": "Declare Function UnlockFileEx Lib \"kernel32\" Alias \"UnlockFileEx\" (ByVal hFile As Long, ByVal dwReserved As Long, ByVal nNumberOfBytesToUnlockLow As Long, ByVal nNumberOfBytesToUnlockHigh As Long, lpOverlapped As OVERLAPPED) As Long"
  232.         },
  233.         {
  234.             "ID": 46,
  235.             "ChunkNum": 1,
  236.             "FullName": "Declare Function GetFileInformationByHandle Lib \"kernel32\" Alias \"GetFileInformationByHandle\" (ByVal hFile As Long, lpFileInformation As BY_HANDLE_FILE_INFORMATION) As Long"
  237.         },
  238.         {
  239.             "ID": 47,
  240.             "ChunkNum": 1,
  241.             "FullName": "Declare Function GetFileType Lib \"kernel32\" Alias \"GetFileType\" (ByVal hFile As Long) As Long"
  242.         },
  243.         {
  244.             "ID": 48,
  245.             "ChunkNum": 1,
  246.             "FullName": "Declare Function GetFileSize Lib \"kernel32\" Alias \"GetFileSize\" (ByVal hFile As Long, lpFileSizeHigh As Long) As Long"
  247.         },
  248.         {
  249.             "ID": 49,
  250.             "ChunkNum": 1,
  251.             "FullName": "Declare Function GetStdHandle Lib \"kernel32\" Alias \"GetStdHandle\" (ByVal nStdHandle As Long) As Long"
  252.         },
  253.         {
  254.             "ID": 50,
  255.             "ChunkNum": 1,
  256.             "FullName": "Declare Function SetStdHandle Lib \"kernel32\" Alias \"SetStdHandle\" (ByVal nStdHandle As Long, ByVal nHandle As Long) As Long"
  257.         },
  258.         {
  259.             "ID": 51,
  260.             "ChunkNum": 1,
  261.             "FullName": "Declare Function WriteFile Lib \"kernel32\" Alias \"WriteFile\" (ByVal hFile As Long, lpBuffer As Any, ByVal nNumberOfBytesToWrite As Long, lpNumberOfBytesWritten As Long, lpOverlapped As OVERLAPPED) As Long"
  262.         },
  263.         {
  264.             "ID": 52,
  265.             "ChunkNum": 1,
  266.             "FullName": "Declare Function ReadFile Lib \"kernel32\" Alias \"ReadFile\" (ByVal hFile As Long, lpBuffer As Any, ByVal nNumberOfBytesToRead As Long, lpNumberOfBytesRead As Long, lpOverlapped As OVERLAPPED) As Long"
  267.         },
  268.         {
  269.             "ID": 53,
  270.             "ChunkNum": 1,
  271.             "FullName": "Declare Function FlushFileBuffers Lib \"kernel32\" Alias \"FlushFileBuffers\" (ByVal hFile As Long) As Long"
  272.         },
  273.         {
  274.             "ID": 54,
  275.             "ChunkNum": 1,
  276.             "FullName": "Declare Function DeviceIoControl Lib \"kernel32\" Alias \"DeviceIoControl\" (ByVal hDevice As Long, ByVal dwIoControlCode As Long, lpInBuffer As Any, ByVal nInBufferSize As Long, lpOutBuffer As Any, ByVal nOutBufferSize As Long, lpBytesReturned As Long, lpOve"
  277.         },
  278.         {
  279.             "ID": 54,
  280.             "ChunkNum": 2,
  281.             "FullName": "rlapped As OVERLAPPED) As Long"
  282.         },
  283.         {
  284.             "ID": 55,
  285.             "ChunkNum": 1,
  286.             "FullName": "Declare Function SetEndOfFile Lib \"kernel32\" Alias \"SetEndOfFile\" (ByVal hFile As Long) As Long"
  287.         },
  288.         {
  289.             "ID": 56,
  290.             "ChunkNum": 1,
  291.             "FullName": "Declare Function SetFilePointer Lib \"kernel32\" Alias \"SetFilePointer\" (ByVal hFile As Long, ByVal lDistanceToMove As Long, lpDistanceToMoveHigh As Long, ByVal dwMoveMethod As Long) As Long"
  292.         },
  293.         {
  294.             "ID": 57,
  295.             "ChunkNum": 1,
  296.             "FullName": "Declare Function FindClose Lib \"kernel32\" Alias \"FindClose\" (ByVal hFindFile As Long) As Long"
  297.         },
  298.         {
  299.             "ID": 58,
  300.             "ChunkNum": 1,
  301.             "FullName": "Declare Function GetFileTime Lib \"kernel32\" Alias \"GetFileTime\" (ByVal hFile As Long, lpCreationTime As FILETIME, lpLastAccessTime As FILETIME, lpLastWriteTime As FILETIME) As Long"
  302.         },
  303.         {
  304.             "ID": 59,
  305.             "ChunkNum": 1,
  306.             "FullName": "Declare Function SetFileTime Lib \"kernel32\" Alias \"SetFileTime\" (ByVal hFile As Long, lpCreationTime As FILETIME, lpLastAccessTime As FILETIME, lpLastWriteTime As FILETIME) As Long"
  307.         },
  308.         {
  309.             "ID": 60,
  310.             "ChunkNum": 1,
  311.             "FullName": "Declare Function CloseHandle Lib \"kernel32\" Alias \"CloseHandle\" (ByVal hObject As Long) As Long"
  312.         },
  313.         {
  314.             "ID": 61,
  315.             "ChunkNum": 1,
  316.             "FullName": "Declare Function DuplicateHandle Lib \"kernel32\" Alias \"DuplicateHandle\" (ByVal hSourceProcessHandle As Long, ByVal hSourceHandle As Long, ByVal hTargetProcessHandle As Long, lpTargetHandle As Long, ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Lo"
  317.         },
  318.         {
  319.             "ID": 61,
  320.             "ChunkNum": 2,
  321.             "FullName": "ng, ByVal dwOptions As Long) As Long"
  322.         },
  323.         {
  324.             "ID": 62,
  325.             "ChunkNum": 1,
  326.             "FullName": "Declare Function GetDriveType Lib \"kernel32\" Alias \"GetDriveTypeA\" (ByVal nDrive As String) As Long"
  327.         },
  328.         {
  329.             "ID": 63,
  330.             "ChunkNum": 1,
  331.             "FullName": "Declare Function GlobalAlloc Lib \"kernel32\" Alias \"GlobalAlloc\" (ByVal wFlags As Long, ByVal dwBytes As Long) As Long"
  332.         },
  333.         {
  334.             "ID": 64,
  335.             "ChunkNum": 1,
  336.             "FullName": "Declare Function GlobalFree Lib \"kernel32\" Alias \"GlobalFree\" (ByVal hMem As Long) As Long"
  337.         },
  338.         {
  339.             "ID": 65,
  340.             "ChunkNum": 1,
  341.             "FullName": "Declare Function GlobalHandle Lib \"kernel32\" Alias \"GlobalHandle\" (wMem As Any) As Long"
  342.         },
  343.         {
  344.             "ID": 66,
  345.             "ChunkNum": 1,
  346.             "FullName": "Declare Function GlobalLock Lib \"kernel32\" Alias \"GlobalLock\" (ByVal hMem As Long) As Long"
  347.         },
  348.         {
  349.             "ID": 67,
  350.             "ChunkNum": 1,
  351.             "FullName": "Declare Function GlobalReAlloc Lib \"kernel32\" Alias \"GlobalReAlloc\" (ByVal hMem As Long, ByVal dwBytes As Long, ByVal wFlags As Long) As Long"
  352.         },
  353.         {
  354.             "ID": 68,
  355.             "ChunkNum": 1,
  356.             "FullName": "Declare Function GlobalSize Lib \"kernel32\" Alias \"GlobalSize\" (ByVal hMem As Long) As Long"
  357.         },
  358.         {
  359.             "ID": 69,
  360.             "ChunkNum": 1,
  361.             "FullName": "Declare Function GlobalUnlock Lib \"kernel32\" Alias \"GlobalUnlock\" (ByVal hMem As Long) As Long"
  362.         },
  363.         {
  364.             "ID": 70,
  365.             "ChunkNum": 1,
  366.             "FullName": "Declare Function GlobalFlags Lib \"kernel32\" Alias \"GlobalFlags\" (ByVal hMem As Long) As Long"
  367.         },
  368.         {
  369.             "ID": 71,
  370.             "ChunkNum": 1,
  371.             "FullName": "Declare Sub GlobalMemoryStatus Lib \"kernel32\" Alias \"GlobalMemoryStatus\" (lpBuffer As MEMORYSTATUS)"
  372.         },
  373.         {
  374.             "ID": 72,
  375.             "ChunkNum": 1,
  376.             "FullName": "Declare Function LocalAlloc Lib \"kernel32\" Alias \"LocalAlloc\" (ByVal wFlags As Long, ByVal wBytes As Long) As Long"
  377.         },
  378.         {
  379.             "ID": 73,
  380.             "ChunkNum": 1,
  381.             "FullName": "Declare Function LocalFree Lib \"kernel32\" Alias \"LocalFree\" (ByVal hMem As Long) As Long"
  382.         },
  383.         {
  384.             "ID": 74,
  385.             "ChunkNum": 1,
  386.             "FullName": "Declare Function LocalHandle Lib \"kernel32\" Alias \"LocalHandle\" (wMem As Any) As Long"
  387.         },
  388.         {
  389.             "ID": 75,
  390.             "ChunkNum": 1,
  391.             "FullName": "Declare Function LocalLock Lib \"kernel32\" Alias \"LocalLock\" (ByVal hMem As Long) As Long"
  392.         },
  393.         {
  394.             "ID": 76,
  395.             "ChunkNum": 1,
  396.             "FullName": "Declare Function LocalReAlloc Lib \"kernel32\" Alias \"LocalReAlloc\" (ByVal hMem As Long, ByVal wBytes As Long, ByVal wFlags As Long) As Long"
  397.         },
  398.         {
  399.             "ID": 77,
  400.             "ChunkNum": 1,
  401.             "FullName": "Declare Function LocalSize Lib \"kernel32\" Alias \"LocalSize\" (ByVal hMem As Long) As Long"
  402.         },
  403.         {
  404.             "ID": 78,
  405.             "ChunkNum": 1,
  406.             "FullName": "Declare Function LocalUnlock Lib \"kernel32\" Alias \"LocalUnlock\" (ByVal hMem As Long) As Long"
  407.         },
  408.         {
  409.             "ID": 79,
  410.             "ChunkNum": 1,
  411.             "FullName": "Declare Function LocalFlags Lib \"kernel32\" Alias \"LocalFlags\" (ByVal hMem As Long) As Long"
  412.         },
  413.         {
  414.             "ID": 80,
  415.             "ChunkNum": 1,
  416.             "FullName": "Declare Function FlushInstructionCache Lib \"kernel32\" Alias \"FlushInstructionCache\" (ByVal hProcess As Long, lpBaseAddress As Any, ByVal dwSize As Long) As Long"
  417.         },
  418.         {
  419.             "ID": 81,
  420.             "ChunkNum": 1,
  421.             "FullName": "Declare Function VirtualAlloc Lib \"kernel32\" Alias \"VirtualAlloc\" (lpAddress As Any, ByVal dwSize As Long, ByVal flAllocationType As Long, ByVal flProtect As Long) As Long"
  422.         },
  423.         {
  424.             "ID": 82,
  425.             "ChunkNum": 1,
  426.             "FullName": "Declare Function VirtualFree Lib \"kernel32\" Alias \"VirtualFree\" (lpAddress As Any, ByVal dwSize As Long, ByVal dwFreeType As Long) As Long"
  427.         },
  428.         {
  429.             "ID": 83,
  430.             "ChunkNum": 1,
  431.             "FullName": "Declare Function VirtualProtect Lib \"kernel32\" Alias \"VirtualProtect\" (lpAddress As Any, ByVal dwSize As Long, ByVal flNewProtect As Long, lpflOldProtect As Long) As Long"
  432.         },
  433.         {
  434.             "ID": 84,
  435.             "ChunkNum": 1,
  436.             "FullName": "Declare Function VirtualQuery Lib \"kernel32\" Alias \"VirtualQuery\" (lpAddress As Any, lpBuffer As MEMORY_BASIC_INFORMATION, ByVal dwLength As Long) As Long"
  437.         },
  438.         {
  439.             "ID": 85,
  440.             "ChunkNum": 1,
  441.             "FullName": "Declare Function VirtualProtectEx Lib \"kernel32\" Alias \"VirtualProtectEx\" (ByVal hProcess As Long, lpAddress As Any, ByVal dwSize As Long, ByVal flNewProtect As Long, lpflOldProtect As Long) As Long"
  442.         },
  443.         {
  444.             "ID": 86,
  445.             "ChunkNum": 1,
  446.             "FullName": "Declare Function VirtualQueryEx Lib \"kernel32\" Alias \"VirtualQueryEx\" (ByVal hProcess As Long, lpAddress As Any, lpBuffer As MEMORY_BASIC_INFORMATION, ByVal dwLength As Long) As Long"
  447.         },
  448.         {
  449.             "ID": 87,
  450.             "ChunkNum": 1,
  451.             "FullName": "Declare Function HeapCreate Lib \"kernel32\" Alias \"HeapCreate\" (ByVal flOptions As Long, ByVal dwInitialSize As Long, ByVal dwMaximumSize As Long) As Long"
  452.         },
  453.         {
  454.             "ID": 88,
  455.             "ChunkNum": 1,
  456.             "FullName": "Declare Function HeapDestroy Lib \"kernel32\" Alias \"HeapDestroy\" (ByVal hHeap As Long) As Long"
  457.         },
  458.         {
  459.             "ID": 89,
  460.             "ChunkNum": 1,
  461.             "FullName": "Declare Function HeapAlloc Lib \"kernel32\" Alias \"HeapAlloc\" (ByVal hHeap As Long, ByVal dwFlags As Long, ByVal dwBytes As Long) As Long"
  462.         },
  463.         {
  464.             "ID": 90,
  465.             "ChunkNum": 1,
  466.             "FullName": "Declare Function HeapReAlloc Lib \"kernel32\" Alias \"HeapReAlloc\" (ByVal hHeap As Long, ByVal dwFlags As Long, lpMem As Any, ByVal dwBytes As Long) As Long"
  467.         },
  468.         {
  469.             "ID": 91,
  470.             "ChunkNum": 1,
  471.             "FullName": "Declare Function HeapFree Lib \"kernel32\" Alias \"HeapFree\" (ByVal hHeap As Long, ByVal dwFlags As Long, lpMem As Any) As Long"
  472.         },
  473.         {
  474.             "ID": 92,
  475.             "ChunkNum": 1,
  476.             "FullName": "Declare Function HeapSize Lib \"kernel32\" Alias \"HeapSize\" (ByVal hHeap As Long, ByVal dwFlags As Long, lpMem As Any) As Long"
  477.         },
  478.         {
  479.             "ID": 93,
  480.             "ChunkNum": 1,
  481.             "FullName": "Declare Function GetProcessHeap Lib \"kernel32\" Alias \"GetProcessHeap\" () As Long"
  482.         },
  483.         {
  484.             "ID": 94,
  485.             "ChunkNum": 1,
  486.             "FullName": "Declare Function GetProcessTimes Lib \"kernel32\" Alias \"GetProcessTimes\" (ByVal hProcess As Long, lpCreationTime As FILETIME, lpExitTime As FILETIME, lpKernelTime As FILETIME, lpUserTime As FILETIME) As Long"
  487.         },
  488.         {
  489.             "ID": 95,
  490.             "ChunkNum": 1,
  491.             "FullName": "Declare Function OpenProcess Lib \"kernel32\" Alias \"OpenProcess\" (ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Long, ByVal dwProcessId As Long) As Long"
  492.         },
  493.         {
  494.             "ID": 96,
  495.             "ChunkNum": 1,
  496.             "FullName": "Declare Function GetCurrentProcess Lib \"kernel32\" Alias \"GetCurrentProcess\" () As Long"
  497.         },
  498.         {
  499.             "ID": 97,
  500.             "ChunkNum": 1,
  501.             "FullName": "Declare Function GetCurrentProcessId Lib \"kernel32\" Alias \"GetCurrentProcessId\" () As Long"
  502.         },
  503.         {
  504.             "ID": 98,
  505.             "ChunkNum": 1,
  506.             "FullName": "Declare Sub ExitProcess Lib \"kernel32\" Alias \"ExitProcess\" (ByVal uExitCode As Long)"
  507.         },
  508.         {
  509.             "ID": 99,
  510.             "ChunkNum": 1,
  511.             "FullName": "Declare Function TerminateProcess Lib \"kernel32\" Alias \"TerminateProcess\" (ByVal hProcess As Long, ByVal uExitCode As Long) As Long"
  512.         },
  513.         {
  514.             "ID": 100,
  515.             "ChunkNum": 1,
  516.             "FullName": "Declare Function GetExitCodeProcess Lib \"kernel32\" Alias \"GetExitCodeProcess\" (ByVal hProcess As Long, lpExitCode As Long) As Long"
  517.         },
  518.         {
  519.             "ID": 101,
  520.             "ChunkNum": 1,
  521.             "FullName": "Declare Function GetLastError Lib \"kernel32\" Alias \"GetLastError\" () As Long"
  522.         },
  523.         {
  524.             "ID": 102,
  525.             "ChunkNum": 1,
  526.             "FullName": "Declare Sub SetLastError Lib \"kernel32\" Alias \"SetLastError\" (ByVal dwErrCode As Long)"
  527.         },
  528.         {
  529.             "ID": 103,
  530.             "ChunkNum": 1,
  531.             "FullName": "Declare Sub SetLastErrorEx Lib \"user32\" Alias \"SetLastErrorEx\" (ByVal dwErrCode As Long, ByVal dwType As Long)"
  532.         },
  533.         {
  534.             "ID": 104,
  535.             "ChunkNum": 1,
  536.             "FullName": "Declare Function GetOverlappedResult Lib \"kernel32\" Alias \"GetOverlappedResult\" (ByVal hFile As Long, lpOverlapped As OVERLAPPED, lpNumberOfBytesTransferred As Long, ByVal bWait As Long) As Long"
  537.         },
  538.         {
  539.             "ID": 105,
  540.             "ChunkNum": 1,
  541.             "FullName": "Declare Sub SetDebugErrorLevel Lib \"user32\" Alias \"SetDebugErrorLevel\" (ByVal dwLevel As Long)"
  542.         },
  543.         {
  544.             "ID": 106,
  545.             "ChunkNum": 1,
  546.             "FullName": "Declare Function SetErrorMode Lib \"kernel32\" Alias \"SetErrorMode\" (ByVal wMode As Long) As Long"
  547.         },
  548.         {
  549.             "ID": 107,
  550.             "ChunkNum": 1,
  551.             "FullName": "Declare Function ReadProcessMemory Lib \"kernel32\" Alias \"ReadProcessMemory\" (ByVal hProcess As Long, lpBaseAddress As Any, lpBuffer As Any, ByVal nSize As Long, lpNumberOfBytesWritten As Long) As Long"
  552.         },
  553.         {
  554.             "ID": 108,
  555.             "ChunkNum": 1,
  556.             "FullName": "Declare Function WriteProcessMemory Lib \"kernel32\" Alias \"WriteProcessMemory\" (ByVal hProcess As Long, lpBaseAddress As Any, lpBuffer As Any, ByVal nSize As Long, lpNumberOfBytesWritten As Long) As Long"
  557.         },
  558.         {
  559.             "ID": 109,
  560.             "ChunkNum": 1,
  561.             "FullName": "Declare Function GetThreadContext Lib \"kernel32\" Alias \"GetThreadContext\" (ByVal hThread As Long, lpContext As CONTEXT) As Long"
  562.         },
  563.         {
  564.             "ID": 110,
  565.             "ChunkNum": 1,
  566.             "FullName": "Declare Function SetThreadContext Lib \"kernel32\" Alias \"SetThreadContext\" (ByVal hThread As Long, lpContext As CONTEXT) As Long"
  567.         },
  568.         {
  569.             "ID": 111,
  570.             "ChunkNum": 1,
  571.             "FullName": "Declare Function SuspendThread Lib \"kernel32\" Alias \"SuspendThread\" (ByVal hThread As Long) As Long"
  572.         },
  573.         {
  574.             "ID": 112,
  575.             "ChunkNum": 1,
  576.             "FullName": "Declare Function ResumeThread Lib \"kernel32\" Alias \"ResumeThread\" (ByVal hThread As Long) As Long"
  577.         },
  578.         {
  579.             "ID": 113,
  580.             "ChunkNum": 1,
  581.             "FullName": "Declare Function FindResource Lib \"kernel32\" Alias \"FindResourceA\" (ByVal hInstance As Long, ByVal lpName As String, ByVal lpType As String) As Long"
  582.         },
  583.         {
  584.             "ID": 114,
  585.             "ChunkNum": 1,
  586.             "FullName": "Declare Function FindResourceEx Lib \"kernel32\" Alias \"FindResourceExA\" (ByVal hModule As Long, ByVal lpType As String, ByVal lpName As String, ByVal wLanguage As Long) As Long"
  587.         },
  588.         {
  589.             "ID": 115,
  590.             "ChunkNum": 1,
  591.             "FullName": "Declare Function BeginUpdateResource Lib \"kernel32\" Alias \"BeginUpdateResourceA\" (ByVal pFileName As String, ByVal bDeleteExistingResources As Long) As Long"
  592.         },
  593.         {
  594.             "ID": 116,
  595.             "ChunkNum": 1,
  596.             "FullName": "Declare Function UpdateResource Lib \"kernel32\" Alias \"UpdateResourceA\" (ByVal hUpdate As Long, ByVal lpType As String, ByVal lpName As String, ByVal wLanguage As Long, lpData As Any, ByVal cbData As Long) As Long"
  597.         },
  598.         {
  599.             "ID": 117,
  600.             "ChunkNum": 1,
  601.             "FullName": "Declare Function EndUpdateResource Lib \"kernel32\" Alias \"EndUpdateResourceA\" (ByVal hUpdate As Long, ByVal fDiscard As Long) As Long"
  602.         },
  603.         {
  604.             "ID": 118,
  605.             "ChunkNum": 1,
  606.             "FullName": "Declare Function LoadResource Lib \"kernel32\" Alias \"LoadResource\" (ByVal hInstance As Long, ByVal hResInfo As Long) As Long"
  607.         },
  608.         {
  609.             "ID": 119,
  610.             "ChunkNum": 1,
  611.             "FullName": "Declare Function LockResource Lib \"kernel32\" Alias \"LockResource\" (ByVal hResData As Long) As Long"
  612.         },
  613.         {
  614.             "ID": 120,
  615.             "ChunkNum": 1,
  616.             "FullName": "Declare Function SizeofResource Lib \"kernel32\" Alias \"SizeofResource\" (ByVal hInstance As Long, ByVal hResInfo As Long) As Long"
  617.         },
  618.         {
  619.             "ID": 121,
  620.             "ChunkNum": 1,
  621.             "FullName": "Declare Function InitAtomTable Lib \"kernel32\" Alias \"InitAtomTable\" (ByVal nSize As Long) As Long"
  622.         },
  623.         {
  624.             "ID": 122,
  625.             "ChunkNum": 1,
  626.             "FullName": "Declare Function AddAtom Lib \"kernel32\" Alias \"AddAtomA\" (ByVal lpString As String) As Integer"
  627.         },
  628.         {
  629.             "ID": 123,
  630.             "ChunkNum": 1,
  631.             "FullName": "Declare Function DeleteAtom Lib \"kernel32\" Alias \"DeleteAtom\" (ByVal nAtom As Integer) As Integer"
  632.         },
  633.         {
  634.             "ID": 124,
  635.             "ChunkNum": 1,
  636.             "FullName": "Declare Function FindAtom Lib \"kernel32\" Alias \"FindAtomA\" (ByVal lpString As String) As Integer"
  637.         },
  638.         {
  639.             "ID": 125,
  640.             "ChunkNum": 1,
  641.             "FullName": "Declare Function GetAtomName Lib \"kernel32\" Alias \"GetAtomNameA\" (ByVal nAtom As Integer, ByVal lpBuffer As String, ByVal nSize As Long) As Long"
  642.         },
  643.         {
  644.             "ID": 126,
  645.             "ChunkNum": 1,
  646.             "FullName": "Declare Function GlobalAddAtom Lib \"kernel32\" Alias \"GlobalAddAtomA\" (ByVal lpString As String) As Integer"
  647.         },
  648.         {
  649.             "ID": 127,
  650.             "ChunkNum": 1,
  651.             "FullName": "Declare Function GlobalDeleteAtom Lib \"kernel32\" Alias \"GlobalDeleteAtom\" (ByVal nAtom As Integer) As Integer"
  652.         },
  653.         {
  654.             "ID": 128,
  655.             "ChunkNum": 1,
  656.             "FullName": "Declare Function GlobalFindAtom Lib \"kernel32\" Alias \"GlobalFindAtomA\" (ByVal lpString As String) As Integer"
  657.         },
  658.         {
  659.             "ID": 129,
  660.             "ChunkNum": 1,
  661.             "FullName": "Declare Function GlobalGetAtomName Lib \"kernel32\" Alias \"GlobalGetAtomNameA\" (ByVal nAtom As Integer, ByVal lpBuffer As String, ByVal nSize As Long) As Long"
  662.         },
  663.         {
  664.             "ID": 130,
  665.             "ChunkNum": 1,
  666.             "FullName": "Declare Function GetProfileInt Lib \"kernel32\" Alias \"GetProfileIntA\" (ByVal lpAppName As String, ByVal lpKeyName As String, ByVal nDefault As Long) As Long"
  667.         },
  668.         {
  669.             "ID": 131,
  670.             "ChunkNum": 1,
  671.             "FullName": "Declare Function GetProfileString Lib \"kernel32\" Alias \"GetProfileStringA\" (ByVal lpAppName As String, ByVal lpKeyName As String, ByVal lpDefault As String, ByVal lpReturnedString As String, ByVal nSize As Long) As Long"
  672.         },
  673.         {
  674.             "ID": 132,
  675.             "ChunkNum": 1,
  676.             "FullName": "Declare Function WriteProfileString Lib \"kernel32\" Alias \"WriteProfileStringA\" (ByVal lpszSection As String, ByVal lpszKeyName As String, ByVal lpszString As String) As Long"
  677.         },
  678.         {
  679.             "ID": 133,
  680.             "ChunkNum": 1,
  681.             "FullName": "Declare Function GetProfileSection Lib \"kernel32\" Alias \"GetProfileSectionA\" (ByVal lpAppName As String, ByVal lpReturnedString As String, ByVal nSize As Long) As Long"
  682.         },
  683.         {
  684.             "ID": 134,
  685.             "ChunkNum": 1,
  686.             "FullName": "Declare Function WriteProfileSection Lib \"kernel32\" Alias \"WriteProfileSectionA\" (ByVal lpAppName As String, ByVal lpString As String) As Long"
  687.         },
  688.         {
  689.             "ID": 135,
  690.             "ChunkNum": 1,
  691.             "FullName": "Declare Function GetPrivateProfileInt Lib \"kernel32\" Alias \"GetPrivateProfileIntA\" (ByVal lpApplicationName As String, ByVal lpKeyName As String, ByVal nDefault As Long, ByVal lpFileName As String) As Long"
  692.         },
  693.         {
  694.             "ID": 136,
  695.             "ChunkNum": 1,
  696.             "FullName": "Declare Function GetPrivateProfileString Lib \"kernel32\" Alias \"GetPrivateProfileStringA\" (ByVal lpApplicationName As String, ByVal lpKeyName As Any, ByVal lpDefault As String, ByVal lpReturnedString As String, ByVal nSize As Long, ByVal lpFileName As Stri"
  697.         },
  698.         {
  699.             "ID": 136,
  700.             "ChunkNum": 2,
  701.             "FullName": "ng) As Long"
  702.         },
  703.         {
  704.             "ID": 137,
  705.             "ChunkNum": 1,
  706.             "FullName": "Declare Function WritePrivateProfileString Lib \"kernel32\" Alias \"WritePrivateProfileStringA\" (ByVal lpApplicationName As String, ByVal lpKeyName As Any, ByVal lpString As Any, ByVal lpFileName As String) As Long"
  707.         },
  708.         {
  709.             "ID": 138,
  710.             "ChunkNum": 1,
  711.             "FullName": "Declare Function GetPrivateProfileSection Lib \"kernel32\" Alias \"GetPrivateProfileSectionA\" (ByVal lpAppName As String, ByVal lpReturnedString As String, ByVal nSize As Long, ByVal lpFileName As String) As Long"
  712.         },
  713.         {
  714.             "ID": 139,
  715.             "ChunkNum": 1,
  716.             "FullName": "Declare Function WritePrivateProfileSection Lib \"kernel32\" Alias \"WritePrivateProfileSectionA\" (ByVal lpAppName As String, ByVal lpString As String, ByVal lpFileName As String) As Long"
  717.         },
  718.         {
  719.             "ID": 140,
  720.             "ChunkNum": 1,
  721.             "FullName": "Declare Function GetWindowsDirectory Lib \"kernel32\" Alias \"GetWindowsDirectoryA\" (ByVal lpBuffer As String, ByVal nSize As Long) As Long"
  722.         },
  723.         {
  724.             "ID": 141,
  725.             "ChunkNum": 1,
  726.             "FullName": "Declare Function GetSystemDirectory Lib \"kernel32\" Alias \"GetSystemDirectoryA\" (ByVal lpBuffer As String, ByVal nSize As Long) As Long"
  727.         },
  728.         {
  729.             "ID": 142,
  730.             "ChunkNum": 1,
  731.             "FullName": "Declare Function GetTempPath Lib \"kernel32\" Alias \"GetTempPathA\" (ByVal nBufferLength As Long, ByVal lpBuffer As String) As Long"
  732.         },
  733.         {
  734.             "ID": 143,
  735.             "ChunkNum": 1,
  736.             "FullName": "Declare Function SetCurrentDirectory Lib \"kernel32\" Alias \"SetCurrentDirectoryA\" (ByVal lpPathName As String) As Long"
  737.         },
  738.         {
  739.             "ID": 144,
  740.             "ChunkNum": 1,
  741.             "FullName": "Declare Function GetCurrentDirectory Lib \"kernel32\" Alias \"GetCurrentDirectory\" (ByVal nBufferLength As Long, ByVal lpBuffer As String) As Long"
  742.         },
  743.         {
  744.             "ID": 145,
  745.             "ChunkNum": 1,
  746.             "FullName": "Declare Function GetDiskFreeSpace Lib \"kernel32\" Alias \"GetDiskFreeSpaceA\" (ByVal lpRootPathName As String, lpSectorsPerCluster As Long, lpBytesPerSector As Long, lpNumberOfFreeClusters As Long, lpTtoalNumberOfClusters As Long) As Long"
  747.         },
  748.         {
  749.             "ID": 146,
  750.             "ChunkNum": 1,
  751.             "FullName": "Declare Function CreateDirectory Lib \"kernel32\" Alias \"CreateDirectoryA\" (ByVal lpPathName As String, lpSecurityAttributes As SECURITY_ATTRIBUTES) As Long"
  752.         },
  753.         {
  754.             "ID": 147,
  755.             "ChunkNum": 1,
  756.             "FullName": "Declare Function CreateDirectoryEx Lib \"kernel32\" Alias \"CreateDirectoryExA\" (ByVal lpTemplateDirectory As String, ByVal lpNewDirectory As String, lpSecurityAttributes As SECURITY_ATTRIBUTES) As Long"
  757.         },
  758.         {
  759.             "ID": 148,
  760.             "ChunkNum": 1,
  761.             "FullName": "Declare Function RemoveDirectory Lib \"kernel32\" Alias \"RemoveDirectoryA\" (ByVal lpPathName As String) As Long"
  762.         },
  763.         {
  764.             "ID": 149,
  765.             "ChunkNum": 1,
  766.             "FullName": "Declare Function GetFullPathName Lib \"kernel32\" Alias \"GetFullPathNameA\" (ByVal lpFileName As String, ByVal nBufferLength As Long, ByVal lpBuffer As String, ByVal lpFilePart As String) As Long"
  767.         },
  768.         {
  769.             "ID": 150,
  770.             "ChunkNum": 1,
  771.             "FullName": "Declare Function DefineDosDevice Lib \"kernel32\" Alias \"DefineDosDeviceA\" (ByVal dwFlags As Long, ByVal lpDeviceName As String, ByVal lpTargetPath As String) As Long"
  772.         },
  773.         {
  774.             "ID": 151,
  775.             "ChunkNum": 1,
  776.             "FullName": "Declare Function QueryDosDevice Lib \"kernel32\" Alias \"QueryDosDeviceA\" (ByVal lpDeviceName As String, ByVal lpTargetPath As String, ByVal ucchMax As Long) As Long"
  777.         },
  778.         {
  779.             "ID": 152,
  780.             "ChunkNum": 1,
  781.             "FullName": "Declare Function CreateFile Lib \"kernel32\" Alias \"CreateFileA\" (ByVal lpFileName As String, ByVal dwDesiredAccess As Long, ByVal dwShareMode As Long, lpSecurityAttributes As SECURITY_ATTRIBUTES, ByVal dwCreationDisposition As Long, ByVal dwFlagsAndAttribu"
  782.         },
  783.         {
  784.             "ID": 152,
  785.             "ChunkNum": 2,
  786.             "FullName": "tes As Long, ByVal hTemplateFile As Long) As Long"
  787.         },
  788.         {
  789.             "ID": 153,
  790.             "ChunkNum": 1,
  791.             "FullName": "Declare Function SetFileAttributes Lib \"kernel32\" Alias \"SetFileAttributesA\" (ByVal lpFileName As String, ByVal dwFileAttributes As Long) As Long"
  792.         },
  793.         {
  794.             "ID": 154,
  795.             "ChunkNum": 1,
  796.             "FullName": "Declare Function GetFileAttributes Lib \"kernel32\" Alias \"GetFileAttributesA\" (ByVal lpFileName As String) As Long"
  797.         },
  798.         {
  799.             "ID": 155,
  800.             "ChunkNum": 1,
  801.             "FullName": "Declare Function DeleteFile Lib \"kernel32\" Alias \"DeleteFileA\" (ByVal lpFileName As String) As Long"
  802.         },
  803.         {
  804.             "ID": 156,
  805.             "ChunkNum": 1,
  806.             "FullName": "Declare Function FindFirstFile Lib \"kernel32\" Alias \"FindFirstFileA\" (ByVal lpFileName As String, lpFindFileData As WIN32_FIND_DATA) As Long"
  807.         },
  808.         {
  809.             "ID": 157,
  810.             "ChunkNum": 1,
  811.             "FullName": "Declare Function FindNextFile Lib \"kernel32\" Alias \"FindNextFileA\" (ByVal hFindFile As Long, lpFindFileData As WIN32_FIND_DATA) As Long"
  812.         },
  813.         {
  814.             "ID": 158,
  815.             "ChunkNum": 1,
  816.             "FullName": "Declare Function SearchPath Lib \"kernel32\" Alias \"SearchPathA\" (ByVal lpPath As String, ByVal lpFileName As String, ByVal lpExtension As String, ByVal nBufferLength As Long, ByVal lpBuffer As String, ByVal lpFilePart As String) As Long"
  817.         },
  818.         {
  819.             "ID": 159,
  820.             "ChunkNum": 1,
  821.             "FullName": "Declare Function CopyFile Lib \"kernel32\" Alias \"CopyFileA\" (ByVal lpExistingFileName As String, ByVal lpNewFileName As String, ByVal bFailIfExists As Long) As Long"
  822.         },
  823.         {
  824.             "ID": 160,
  825.             "ChunkNum": 1,
  826.             "FullName": "Declare Function MoveFile Lib \"kernel32\" Alias \"MoveFileA\" (ByVal lpExistingFileName As String, ByVal lpNewFileName As String) As Long"
  827.         },
  828.         {
  829.             "ID": 161,
  830.             "ChunkNum": 1,
  831.             "FullName": "Declare Function MoveFileEx Lib \"kernel32\" Alias \"MoveFileExA\" (ByVal lpExistingFileName As String, ByVal lpNewFileName As String, ByVal dwFlags As Long) As Long"
  832.         },
  833.         {
  834.             "ID": 162,
  835.             "ChunkNum": 1,
  836.             "FullName": "Declare Function CreateNamedPipe Lib \"kernel32\" Alias \"CreateNamedPipeA\" (ByVal lpName As String, ByVal dwOpenMode As Long, ByVal dwPipeMode As Long, ByVal nMaxInstances As Long, ByVal nOutBufferSize As Long, ByVal nInBufferSize As Long, ByVal nDefaultTim"
  837.         },
  838.         {
  839.             "ID": 162,
  840.             "ChunkNum": 2,
  841.             "FullName": "eOut As Long, lpSecurityAttributes As SECURITY_ATTRIBUTES) As Long"
  842.         },
  843.         {
  844.             "ID": 163,
  845.             "ChunkNum": 1,
  846.             "FullName": "Declare Function GetNamedPipeHandleState Lib \"kernel32\" Alias \"GetNamedPipeHandleStateA\" (ByVal hNamedPipe As Long, lpState As Long, lpCurInstances As Long, lpMaxCollectionCount As Long, lpCollectDataTimeout As Long, ByVal lpUserName As String, ByVal nMax"
  847.         },
  848.         {
  849.             "ID": 163,
  850.             "ChunkNum": 2,
  851.             "FullName": "UserNameSize As Long) As Long"
  852.         },
  853.         {
  854.             "ID": 164,
  855.             "ChunkNum": 1,
  856.             "FullName": "Declare Function CallNamedPipe Lib \"kernel32\" Alias \"CallNamedPipeA\" (ByVal lpNamedPipeName As String, lpInBuffer As Any, ByVal nInBufferSize As Long, lpOutBuffer As Any, ByVal nOutBufferSize As Long, lpBytesRead As Long, ByVal nTimeOut As Long) As Long"
  857.         },
  858.         {
  859.             "ID": 165,
  860.             "ChunkNum": 1,
  861.             "FullName": "Declare Function WaitNamedPipe Lib \"kernel32\" Alias \"WaitNamedPipeA\" (ByVal lpNamedPipeName As String, ByVal nTimeOut As Long) As Long"
  862.         },
  863.         {
  864.             "ID": 166,
  865.             "ChunkNum": 1,
  866.             "FullName": "Declare Function SetVolumeLabel Lib \"kernel32\" Alias \"SetVolumeLabelA\" (ByVal lpRootPathName As String, ByVal lpVolumeName As String) As Long"
  867.         },
  868.         {
  869.             "ID": 167,
  870.             "ChunkNum": 1,
  871.             "FullName": "Declare Sub SetFileApisToOEM Lib \"kernel32\" Alias \"SetFileApisToOEM\" ()"
  872.         },
  873.         {
  874.             "ID": 168,
  875.             "ChunkNum": 1,
  876.             "FullName": "Declare Function GetVolumeInformation Lib \"kernel32\" Alias \"GetVolumeInformationA\" (ByVal lpRootPathName As String, ByVal lpVolumeNameBuffer As String, ByVal nVolumeNameSize As Long, lpVolumeSerialNumber As Long, lpMaximumComponentLength As Long, lpFileSy"
  877.         },
  878.         {
  879.             "ID": 168,
  880.             "ChunkNum": 2,
  881.             "FullName": "stemFlags As Long, ByVal lpFileSystemNameBuffer As String, ByVal nFileSystemNameSize As Long) As Long"
  882.         },
  883.         {
  884.             "ID": 169,
  885.             "ChunkNum": 1,
  886.             "FullName": "Declare Function ClearEventLog Lib \"advapi32.dll\" Alias \"ClearEventLogA\" (ByVal hEventLog As Long, ByVal lpBackupFileName As String) As Long"
  887.         },
  888.         {
  889.             "ID": 170,
  890.             "ChunkNum": 1,
  891.             "FullName": "Declare Function BackupEventLog Lib \"advapi32.dll\" Alias \"BackupEventLogA\" (ByVal hEventLog As Long, ByVal lpBackupFileName As String) As Long"
  892.         },
  893.         {
  894.             "ID": 171,
  895.             "ChunkNum": 1,
  896.             "FullName": "Declare Function CloseEventLog Lib \"advapi32.dll\" Alias \"CloseEventLog\" (ByVal hEventLog As Long) As Long"
  897.         },
  898.         {
  899.             "ID": 172,
  900.             "ChunkNum": 1,
  901.             "FullName": "Declare Function DeregisterEventSource Lib \"advapi32.dll\" Alias \"DeregisterEventSource\" (ByVal hEventLog As Long) As Long"
  902.         },
  903.         {
  904.             "ID": 173,
  905.             "ChunkNum": 1,
  906.             "FullName": "Declare Function GetNumberOfEventLogRecords Lib \"advapi32.dll\" Alias \"GetNumberOfEventLogRecords\" (ByVal hEventLog As Long, NumberOfRecords As Long) As Long"
  907.         },
  908.         {
  909.             "ID": 174,
  910.             "ChunkNum": 1,
  911.             "FullName": "Declare Function GetOldestEventLogRecord Lib \"advapi32.dll\" Alias \"GetOldestEventLogRecord\" (ByVal hEventLog As Long, OldestRecord As Long) As Long"
  912.         },
  913.         {
  914.             "ID": 175,
  915.             "ChunkNum": 1,
  916.             "FullName": "Declare Function OpenEventLog Lib \"advapi32.dll\" Alias \"OpenEventLog\" (ByVal lpUNCServerName As String, ByVal lpSourceName As String) As Long"
  917.         },
  918.         {
  919.             "ID": 176,
  920.             "ChunkNum": 1,
  921.             "FullName": "Declare Function RegisterEventSource Lib \"advapi32.dll\" Alias \"RegisterEventSourceA\" (ByVal lpUNCServerName As String, ByVal lpSourceName As String) As Long"
  922.         },
  923.         {
  924.             "ID": 177,
  925.             "ChunkNum": 1,
  926.             "FullName": "Declare Function OpenBackupEventLog Lib \"advapi32.dll\" Alias \"OpenBackupEventLogA\" (ByVal lpUNCServerName As String, ByVal lpFileName As String) As Long"
  927.         },
  928.         {
  929.             "ID": 178,
  930.             "ChunkNum": 1,
  931.             "FullName": "Declare Function ReadEventLog Lib \"advapi32.dll\" Alias \"ReadEventLogA\" (ByVal hEventLog As Long, ByVal dwReadFlags As Long, ByVal dwRecordOffset As Long, lpBuffer As EVENTLOGRECORD, ByVal nNumberOfBytesToRead As Long, pnBytesRead As Long, pnMinNumberOfByt"
  932.         },
  933.         {
  934.             "ID": 178,
  935.             "ChunkNum": 2,
  936.             "FullName": "esNeeded As Long) As Long"
  937.         },
  938.         {
  939.             "ID": 179,
  940.             "ChunkNum": 1,
  941.             "FullName": "Declare Function ReportEvent Lib \"advapi32.dll\" Alias \"ReportEventA\" (ByVal hEventLog As Long, ByVal wType As Long, ByVal wCategory As Long, ByVal dwEventID As Long, lpUserSid As Any, ByVal wNumStrings As Long, ByVal dwDataSize As Long, ByVal lpStrings As"
  942.         },
  943.         {
  944.             "ID": 179,
  945.             "ChunkNum": 2,
  946.             "FullName": " Long, lpRawData As Any) As Long"
  947.         },
  948.         {
  949.             "ID": 180,
  950.             "ChunkNum": 1,
  951.             "FullName": "Declare Function DuplicateToken Lib \"advapi32.dll\" Alias \"DuplicateToken\" (ByVal ExistingTokenHandle As Long, ImpersonationLevel As Integer, DuplicateTokenHandle As Long) As Long"
  952.         },
  953.         {
  954.             "ID": 181,
  955.             "ChunkNum": 1,
  956.             "FullName": "Declare Function GetKernelObjectSecurity Lib \"advapi32.dll\" Alias \"GetKernelObjectSecurity\" (ByVal Handle As Long, ByVal RequestedInformation As Long, pSecurityDescriptor As SECURITY_DESCRIPTOR, ByVal nLength As Long, lpnLengthNeeded As Long) As Long"
  957.         },
  958.         {
  959.             "ID": 182,
  960.             "ChunkNum": 1,
  961.             "FullName": "Declare Function ImpersonateNamedPipeClient Lib \"advapi32.dll\" Alias \"ImpersonateNamedPipeClient\" (ByVal hNamedPipe As Long) As Long"
  962.         },
  963.         {
  964.             "ID": 183,
  965.             "ChunkNum": 1,
  966.             "FullName": "Declare Function ImpersonateSelf Lib \"advapi32.dll\" Alias \"ImpersonateSelf\" (ImpersonationLevel As Integer) As Long"
  967.         },
  968.         {
  969.             "ID": 184,
  970.             "ChunkNum": 1,
  971.             "FullName": "Declare Function RevertToSelf Lib \"advapi32.dll\" Alias \"RevertToSelf\" () As Long"
  972.         },
  973.         {
  974.             "ID": 185,
  975.             "ChunkNum": 1,
  976.             "FullName": "Declare Function AccessCheck Lib \"advapi32.dll\" Alias \"AccessCheck\" (pSecurityDescriptor As SECURITY_DESCRIPTOR, ByVal ClientToken As Long, ByVal DesiredAccess As Long, GenericMapping As GENERIC_MAPPING, PrivilegeSet As PRIVILEGE_SET, PrivilegeSetLength A"
  977.         },
  978.         {
  979.             "ID": 185,
  980.             "ChunkNum": 2,
  981.             "FullName": "s Long, GrantedAccess As Long, ByVal Status As Long) As Long"
  982.         },
  983.         {
  984.             "ID": 186,
  985.             "ChunkNum": 1,
  986.             "FullName": "Declare Function OpenProcessToken Lib \"advapi32.dll\" Alias \"OpenProcessToken\" (ByVal ProcessHandle As Long, ByVal DesiredAccess As Long, TokenHandle As Long) As Long"
  987.         },
  988.         {
  989.             "ID": 187,
  990.             "ChunkNum": 1,
  991.             "FullName": "Declare Function OpenThreadToken Lib \"advapi32.dll\" Alias \"OpenThreadToken\" (ByVal ThreadHandle As Long, ByVal DesiredAccess As Long, ByVal OpenAsSelf As Long, TokenHandle As Long) As Long"
  992.         },
  993.         {
  994.             "ID": 188,
  995.             "ChunkNum": 1,
  996.             "FullName": "Declare Function GetTokenInformation Lib \"advapi32.dll\" Alias \"GetTokenInformation\" (ByVal TokenHandle As Long, TokenInformationClass As Integer, TokenInformation As Any, ByVal TokenInformationLength As Long, ReturnLength As Long) As Long"
  997.         },
  998.         {
  999.             "ID": 189,
  1000.             "ChunkNum": 1,
  1001.             "FullName": "Declare Function SetTokenInformation Lib \"advapi32.dll\" Alias \"SetTokenInformation\" (ByVal TokenHandle As Long, TokenInformationClass As Integer, TokenInformation As Any, ByVal TokenInformationLength As Long) As Long"
  1002.         },
  1003.         {
  1004.             "ID": 190,
  1005.             "ChunkNum": 1,
  1006.             "FullName": "Declare Function AdjustTokenPrivileges Lib \"advapi32.dll\" Alias \"AdjustTokenPrivileges\" (ByVal TokenHandle As Long, ByVal DisableAllPrivileges As Long, NewState As TOKEN_PRIVILEGES, ByVal BufferLength As Long, PreviousState As TOKEN_PRIVILEGES, ReturnLeng"
  1007.         },
  1008.         {
  1009.             "ID": 190,
  1010.             "ChunkNum": 2,
  1011.             "FullName": "th As Long) As Long"
  1012.         },
  1013.         {
  1014.             "ID": 191,
  1015.             "ChunkNum": 1,
  1016.             "FullName": "Declare Function AdjustTokenGroups Lib \"advapi32.dll\" Alias \"AdjustTokenGroups\" (ByVal TokenHandle As Long, ByVal ResetToDefault As Long, NewState As TOKEN_GROUPS, ByVal BufferLength As Long, PreviousState As TOKEN_GROUPS, ReturnLength As Long) As Long"
  1017.         },
  1018.         {
  1019.             "ID": 192,
  1020.             "ChunkNum": 1,
  1021.             "FullName": "Declare Function PrivilegeCheck Lib \"advapi32.dll\" Alias \"PrivilegeCheck\" (ByVal ClientToken As Long, RequiredPrivileges As PRIVILEGE_SET, ByVal pfResult As Long) As Long"
  1022.         },
  1023.         {
  1024.             "ID": 193,
  1025.             "ChunkNum": 1,
  1026.             "FullName": "Declare Function AccessCheckAndAuditAlarm Lib \"advapi32.dll\" Alias \"AccessCheckAndAuditAlarmA\" (ByVal SubsystemName As String, HandleId As Any, ByVal ObjectTypeName As String, ByVal ObjectName As String, SecurityDescriptor As SECURITY_DESCRIPTOR, ByVal De"
  1027.         },
  1028.         {
  1029.             "ID": 193,
  1030.             "ChunkNum": 2,
  1031.             "FullName": "siredAccess As Long, GenericMapping As GENERIC_MAPPING, ByVal ObjectCreation As Long, GrantedAccess As Long, ByVal AccessStatus As Long, ByVal pfGenerateOnClose As Long) As Long"
  1032.         },
  1033.         {
  1034.             "ID": 194,
  1035.             "ChunkNum": 1,
  1036.             "FullName": "Declare Function ObjectOpenAuditAlarm Lib \"kernel32\" Alias \"ObjectOpenAuditAlarmA\" (ByVal SubsystemName As String, HandleId As Any, ByVal ObjectTypeName As String, ByVal ObjectName As String, pSecurityDescriptor As SECURITY_DESCRIPTOR, ByVal ClientToken A"
  1037.         },
  1038.         {
  1039.             "ID": 194,
  1040.             "ChunkNum": 2,
  1041.             "FullName": "s Long, ByVal DesiredAccess As Long, ByVal GrantedAccess As Long, Privileges As PRIVILEGE_SET, ByVal ObjectCreation As Long, ByVal AccessGranted As Long, ByVal GenerateOnClose As Long) As Long"
  1042.         },
  1043.         {
  1044.             "ID": 195,
  1045.             "ChunkNum": 2,
  1046.             "FullName": "ong) As Long"
  1047.         },
  1048.         {
  1049.             "ID": 195,
  1050.             "ChunkNum": 1,
  1051.             "FullName": "Declare Function ObjectPrivilegeAuditAlarm Lib \"advapi32.dll\" Alias \"ObjectPrivilegeAuditAlarmA\" (ByVal SubsystemName As String, HandleId As Any, ByVal ClientToken As Long, ByVal DesiredAccess As Long, Privileges As PRIVILEGE_SET, ByVal AccessGranted As L"
  1052.         },
  1053.         {
  1054.             "ID": 196,
  1055.             "ChunkNum": 1,
  1056.             "FullName": "Declare Function ObjectCloseAuditAlarm Lib \"advapi32.dll\" Alias \"ObjectCloseAuditAlarmA\" (ByVal SubsystemName As String, HandleId As Any, ByVal GenerateOnClose As Long) As Long"
  1057.         },
  1058.         {
  1059.             "ID": 197,
  1060.             "ChunkNum": 1,
  1061.             "FullName": "Declare Function PrivilegedServiceAuditAlarm Lib \"advapi32.dll\" Alias \"PrivilegedServiceAuditAlarmA\" (ByVal SubsystemName As String, ByVal ServiceName As String, ByVal ClientToken As Long, Privileges As PRIVILEGE_SET, ByVal AccessGranted As Long) As Long"
  1062.         },
  1063.         {
  1064.             "ID": 198,
  1065.             "ChunkNum": 1,
  1066.             "FullName": "Declare Function IsValidSid Lib \"advapi32.dll\" Alias \"IsValidSid\" (pSid As Any) As Long"
  1067.         },
  1068.         {
  1069.             "ID": 199,
  1070.             "ChunkNum": 1,
  1071.             "FullName": "Declare Function EqualSid Lib \"advapi32.dll\" Alias \"EqualSid\" (pSid1 As Any, pSid2 As Any) As Long"
  1072.         },
  1073.         {
  1074.             "ID": 200,
  1075.             "ChunkNum": 1,
  1076.             "FullName": "Declare Function EqualPrefixSid Lib \"advapi32.dll\" Alias \"EqualPrefixSid\" (pSid1 As Any, pSid2 As Any) As Long"
  1077.         },
  1078.         {
  1079.             "ID": 201,
  1080.             "ChunkNum": 1,
  1081.             "FullName": "Declare Function GetSidLengthRequired Lib \"advapi32.dll\" Alias \"GetSidLengthRequired\" (ByVal nSubAuthorityCount As Byte) As Long"
  1082.         },
  1083.         {
  1084.             "ID": 202,
  1085.             "ChunkNum": 1,
  1086.             "FullName": "Declare Function AllocateAndInitializeSid Lib \"advapi32.dll\" Alias \"AllocateAndInitializeSid\" (pIdentifierAuthority As SID_IDENTIFIER_AUTHORITY, ByVal nSubAuthorityCount As Byte, ByVal nSubAuthority0 As Long, ByVal nSubAuthority1 As Long, ByVal nSubAuthor"
  1087.         },
  1088.         {
  1089.             "ID": 202,
  1090.             "ChunkNum": 2,
  1091.             "FullName": "ity2 As Long, ByVal nSubAuthority3 As Long, ByVal nSubAuthority4 As Long, ByVal nSubAuthority5 As Long, ByVal nSubAuthority6 As Long, ByVal nSubAuthority7 As Long, lpPSid As Long) As Long"
  1092.         },
  1093.         {
  1094.             "ID": 203,
  1095.             "ChunkNum": 1,
  1096.             "FullName": "Declare Sub FreeSid Lib \"advapi32.dll\" Alias \"FreeSid\" (pSid As Any)"
  1097.         },
  1098.         {
  1099.             "ID": 204,
  1100.             "ChunkNum": 1,
  1101.             "FullName": "Declare Function InitializeSid Lib \"advapi32.dll\" Alias \"InitializeSid\" (Sid As Any, pIdentifierAuthority As SID_IDENTIFIER_AUTHORITY, ByVal nSubAuthorityCount As Byte) As Long"
  1102.         },
  1103.         {
  1104.             "ID": 205,
  1105.             "ChunkNum": 1,
  1106.             "FullName": "Declare Function GetSidIdentifierAuthority Lib \"advapi32.dll\" Alias \"GetSidIdentifierAuthority\" (pSid As Any) As SID_IDENTIFIER_AUTHORITY"
  1107.         },
  1108.         {
  1109.             "ID": 206,
  1110.             "ChunkNum": 1,
  1111.             "FullName": "Declare Function GetSidSubAuthority Lib \"advapi32.dll\" Alias \"GetSidSubAuthority\" (pSid As Any, ByVal nSubAuthority As Long) As Long"
  1112.         },
  1113.         {
  1114.             "ID": 207,
  1115.             "ChunkNum": 1,
  1116.             "FullName": "Declare Function GetSidSubAuthorityCount Lib \"advapi32.dll\" Alias \"GetSidSubAuthorityCount\" (pSid As Any) As Byte"
  1117.         },
  1118.         {
  1119.             "ID": 208,
  1120.             "ChunkNum": 1,
  1121.             "FullName": "Declare Function GetLengthSid Lib \"advapi32.dll\" Alias \"GetLengthSid\" (pSid As Any) As Long"
  1122.         },
  1123.         {
  1124.             "ID": 209,
  1125.             "ChunkNum": 1,
  1126.             "FullName": "Declare Function CopySid Lib \"advapi32.dll\" Alias \"CopySid\" (ByVal nDestinationSidLength As Long, pDestinationSid As Any, pSourceSid As Any) As Long"
  1127.         },
  1128.         {
  1129.             "ID": 210,
  1130.             "ChunkNum": 1,
  1131.             "FullName": "Declare Function AreAllAccessesGranted Lib \"advapi32.dll\" Alias \"AreAllAccessesGranted\" (ByVal GrantedAccess As Long, ByVal DesiredAccess As Long) As Long"
  1132.         },
  1133.         {
  1134.             "ID": 211,
  1135.             "ChunkNum": 1,
  1136.             "FullName": "Declare Function AreAnyAccessesGranted Lib \"advapi32.dll\" Alias \"AreAnyAccessesGranted\" (ByVal GrantedAccess As Long, ByVal DesiredAccess As Long) As Long"
  1137.         },
  1138.         {
  1139.             "ID": 212,
  1140.             "ChunkNum": 1,
  1141.             "FullName": "Declare Sub MapGenericMask Lib \"advapi32.dll\" Alias \"MapGenericMask\" (AccessMask As Long, GenericMapping As GENERIC_MAPPING)"
  1142.         },
  1143.         {
  1144.             "ID": 213,
  1145.             "ChunkNum": 1,
  1146.             "FullName": "Declare Function IsValidAcl Lib \"advapi32.dll\" Alias \"IsValidAcl\" (pAcl As ACL) As Long"
  1147.         },
  1148.         {
  1149.             "ID": 214,
  1150.             "ChunkNum": 1,
  1151.             "FullName": "Declare Function InitializeAcl Lib \"advapi32.dll\" Alias \"InitializeAcl\" (pAcl As ACL, ByVal nAclLength As Long, ByVal dwAclRevision As Long) As Long"
  1152.         },
  1153.         {
  1154.             "ID": 215,
  1155.             "ChunkNum": 1,
  1156.             "FullName": "Declare Function GetAclInformation Lib \"advapi32.dll\" Alias \"GetAclInformation\" (pAcl As ACL, pAclInformation As Any, ByVal nAclInformationLength As Long, ByVal dwAclInformationClass As Integer) As Long"
  1157.         },
  1158.         {
  1159.             "ID": 216,
  1160.             "ChunkNum": 1,
  1161.             "FullName": "Declare Function SetAclInformation Lib \"advapi32.dll\" Alias \"SetAclInformation\" (pAcl As ACL, pAclInformation As Any, ByVal nAclInformationLength As Long, ByVal dwAclInformationClass As Integer) As Long"
  1162.         },
  1163.         {
  1164.             "ID": 217,
  1165.             "ChunkNum": 1,
  1166.             "FullName": "Declare Function AddAce Lib \"advapi32.dll\" Alias \"AddAce\" (pAcl As ACL, ByVal dwAceRevision As Long, ByVal dwStartingAceIndex As Long, pAceList As Any, ByVal nAceListLength As Long) As Long"
  1167.         },
  1168.         {
  1169.             "ID": 218,
  1170.             "ChunkNum": 1,
  1171.             "FullName": "Declare Function DeleteAce Lib \"advapi32.dll\" Alias \"DeleteAce\" (pAcl As ACL, ByVal dwAceIndex As Long) As Long"
  1172.         },
  1173.         {
  1174.             "ID": 219,
  1175.             "ChunkNum": 1,
  1176.             "FullName": "Declare Function GetAce Lib \"advapi32.dll\" Alias \"GetAce\" (pAcl As ACL, ByVal dwAceIndex As Long, pAce As Any) As Long"
  1177.         },
  1178.         {
  1179.             "ID": 220,
  1180.             "ChunkNum": 1,
  1181.             "FullName": "Declare Function AddAccessAllowedAce Lib \"advapi32.dll\" Alias \"AddAccessAllowedAce\" (pAcl As ACL, ByVal dwAceRevision As Long, ByVal AccessMask As Long, pSid As Any) As Long"
  1182.         },
  1183.         {
  1184.             "ID": 221,
  1185.             "ChunkNum": 1,
  1186.             "FullName": "Declare Function AddAccessDeniedAce Lib \"advapi32.dll\" Alias \"AddAccessDeniedAce\" (pAcl As ACL, ByVal dwAceRevision As Long, ByVal AccessMask As Long, pSid As Any) As Long"
  1187.         },
  1188.         {
  1189.             "ID": 222,
  1190.             "ChunkNum": 1,
  1191.             "FullName": "Declare Function AddAuditAccessAce Lib \"advapi32.dll\" Alias \"AddAuditAccessAce\" (pAcl As ACL, ByVal dwAceRevision As Long, ByVal dwAccessMask As Long, pSid As Any, ByVal bAuditSuccess As Long, ByVal bAuditFailure As Long) As Long"
  1192.         },
  1193.         {
  1194.             "ID": 223,
  1195.             "ChunkNum": 1,
  1196.             "FullName": "Declare Function FindFirstFreeAce Lib \"advapi32.dll\" Alias \"FindFirstFreeAce\" (pAcl As ACL, pAce As Long) As Long"
  1197.         },
  1198.         {
  1199.             "ID": 224,
  1200.             "ChunkNum": 1,
  1201.             "FullName": "Declare Function InitializeSecurityDescriptor Lib \"advapi32.dll\" Alias \"InitializeSecurityDescriptor\" (pSecurityDescriptor As SECURITY_DESCRIPTOR, ByVal dwRevision As Long) As Long"
  1202.         },
  1203.         {
  1204.             "ID": 225,
  1205.             "ChunkNum": 1,
  1206.             "FullName": "Declare Function IsValidSecurityDescriptor Lib \"advapi32.dll\" Alias \"IsValidSecurityDescriptor\" (pSecurityDescriptor As SECURITY_DESCRIPTOR) As Long"
  1207.         },
  1208.         {
  1209.             "ID": 226,
  1210.             "ChunkNum": 1,
  1211.             "FullName": "Declare Function GetSecurityDescriptorLength Lib \"advapi32.dll\" Alias \"GetSecurityDescriptorLength\" (pSecurityDescriptor As SECURITY_DESCRIPTOR) As Long"
  1212.         },
  1213.         {
  1214.             "ID": 227,
  1215.             "ChunkNum": 1,
  1216.             "FullName": "Declare Function GetSecurityDescriptorControl Lib \"advapi32.dll\" Alias \"GetSecurityDescriptorControl\" (pSecurityDescriptor As SECURITY_DESCRIPTOR, pControl As Integer, lpdwRevision As Long) As Long"
  1217.         },
  1218.         {
  1219.             "ID": 228,
  1220.             "ChunkNum": 1,
  1221.             "FullName": "Declare Function SetSecurityDescriptorDacl Lib \"advapi32.dll\" Alias \"SetSecurityDescriptorDacl\" (pSecurityDescriptor As SECURITY_DESCRIPTOR, ByVal bDaclPresent As Long, pDacl As ACL, ByVal bDaclDefaulted As Long) As Long"
  1222.         },
  1223.         {
  1224.             "ID": 229,
  1225.             "ChunkNum": 1,
  1226.             "FullName": "Declare Function GetSecurityDescriptorDacl Lib \"advapi32.dll\" Alias \"GetSecurityDescriptorDacl\" (pSecurityDescriptor As SECURITY_DESCRIPTOR, lpbDaclPresent As Long, pDacl As ACL, lpbDaclDefaulted As Long) As Long"
  1227.         },
  1228.         {
  1229.             "ID": 230,
  1230.             "ChunkNum": 1,
  1231.             "FullName": "Declare Function SetSecurityDescriptorSacl Lib \"advapi32.dll\" Alias \"SetSecurityDescriptorSacl\" (pSecurityDescriptor As SECURITY_DESCRIPTOR, ByVal bSaclPresent As Long, pSacl As ACL, ByVal bSaclDefaulted As Long) As Long"
  1232.         },
  1233.         {
  1234.             "ID": 231,
  1235.             "ChunkNum": 1,
  1236.             "FullName": "Declare Function GetSecurityDescriptorSacl Lib \"advapi32.dll\" Alias \"GetSecurityDescriptorSacl\" (pSecurityDescriptor As SECURITY_DESCRIPTOR, ByVal lpbSaclPresent As Long, pSacl As ACL, ByVal lpbSaclDefaulted As Long) As Long"
  1237.         },
  1238.         {
  1239.             "ID": 232,
  1240.             "ChunkNum": 1,
  1241.             "FullName": "Declare Function SetSecurityDescriptorOwner Lib \"advapi32.dll\" Alias \"SetSecurityDescriptorOwner\" (pSecurityDescriptor As SECURITY_DESCRIPTOR, pOwner As Any, ByVal bOwnerDefaulted As Long) As Long"
  1242.         },
  1243.         {
  1244.             "ID": 233,
  1245.             "ChunkNum": 1,
  1246.             "FullName": "Declare Function GetSecurityDescriptorOwner Lib \"advapi32.dll\" Alias \"GetSecurityDescriptorOwner\" (pSecurityDescriptor As SECURITY_DESCRIPTOR, pOwner As Any, ByVal lpbOwnerDefaulted As Long) As Long"
  1247.         },
  1248.         {
  1249.             "ID": 234,
  1250.             "ChunkNum": 1,
  1251.             "FullName": "Declare Function SetSecurityDescriptorGroup Lib \"advapi32.dll\" Alias \"SetSecurityDescriptorGroup\" (pSecurityDescriptor As SECURITY_DESCRIPTOR, pGroup As Any, ByVal bGroupDefaulted As Long) As Long"
  1252.         },
  1253.         {
  1254.             "ID": 235,
  1255.             "ChunkNum": 1,
  1256.             "FullName": "Declare Function GetSecurityDescriptorGroup Lib \"advapi32.dll\" Alias \"GetSecurityDescriptorGroup\" (pSecurityDescriptor As SECURITY_DESCRIPTOR, pGroup As Any, ByVal lpbGroupDefaulted As Long) As Long"
  1257.         },
  1258.         {
  1259.             "ID": 236,
  1260.             "ChunkNum": 1,
  1261.             "FullName": "Declare Function CreatePrivateObjectSecurity Lib \"advapi32.dll\" Alias \"CreatePrivateObjectSecurity\" (ParentDescriptor As SECURITY_DESCRIPTOR, CreatorDescriptor As SECURITY_DESCRIPTOR, NewDescriptor As SECURITY_DESCRIPTOR, ByVal IsDirectoryObject As Long, "
  1262.         },
  1263.         {
  1264.             "ID": 236,
  1265.             "ChunkNum": 2,
  1266.             "FullName": "ByVal Token As Long, GenericMapping As GENERIC_MAPPING) As Long"
  1267.         },
  1268.         {
  1269.             "ID": 237,
  1270.             "ChunkNum": 1,
  1271.             "FullName": "Declare Function SetPrivateObjectSecurity Lib \"advapi32.dll\" Alias \"SetPrivateObjectSecurity\" (ByVal SecurityInformation As Long, ModificationDescriptor As SECURITY_DESCRIPTOR, ObjectsSecurityDescriptor As SECURITY_DESCRIPTOR, GenericMapping As GENERIC_MA"
  1272.         },
  1273.         {
  1274.             "ID": 237,
  1275.             "ChunkNum": 2,
  1276.             "FullName": "PPING, ByVal Token As Long) As Long"
  1277.         },
  1278.         {
  1279.             "ID": 238,
  1280.             "ChunkNum": 1,
  1281.             "FullName": "Declare Function GetPrivateObjectSecurity Lib \"advapi32.dll\" Alias \"GetPrivateObjectSecurity\" (ObjectDescriptor As SECURITY_DESCRIPTOR, ByVal SecurityInformation As Long, ResultantDescriptor As SECURITY_DESCRIPTOR, ByVal DescriptorLength As Long, ReturnLe"
  1282.         },
  1283.         {
  1284.             "ID": 238,
  1285.             "ChunkNum": 2,
  1286.             "FullName": "ngth As Long) As Long"
  1287.         },
  1288.         {
  1289.             "ID": 239,
  1290.             "ChunkNum": 1,
  1291.             "FullName": "Declare Function DestroyPrivateObjectSecurity Lib \"advapi32.dll\" Alias \"DestroyPrivateObjectSecurity\" (ObjectDescriptor As SECURITY_DESCRIPTOR) As Long"
  1292.         },
  1293.         {
  1294.             "ID": 240,
  1295.             "ChunkNum": 1,
  1296.             "FullName": "Declare Function MakeSelfRelativeSD Lib \"advapi32.dll\" Alias \"MakeSelfRelativeSD\" (pAbsoluteSecurityDescriptor As SECURITY_DESCRIPTOR, pSelfRelativeSecurityDescriptor As SECURITY_DESCRIPTOR, lpdwBufferLength As Long) As Long"
  1297.         },
  1298.         {
  1299.             "ID": 241,
  1300.             "ChunkNum": 1,
  1301.             "FullName": "Declare Function MakeAbsoluteSD Lib \"advapi32.dll\" Alias \"MakeAbsoluteSD\" (pSelfRelativeSecurityDescriptor As SECURITY_DESCRIPTOR, pAbsoluteSecurityDescriptor As SECURITY_DESCRIPTOR, lpdwAbsoluteSecurityDescriptorSize As Long, pDacl As ACL, lpdwDaclSize A"
  1302.         },
  1303.         {
  1304.             "ID": 241,
  1305.             "ChunkNum": 2,
  1306.             "FullName": "s Long, pSacl As ACL, lpdwSaclSize As Long, pOwner As Any, lpdwOwnerSize As Long, pPrimaryGroup As Any, lpdwPrimaryGroupSize As Long) As Long"
  1307.         },
  1308.         {
  1309.             "ID": 242,
  1310.             "ChunkNum": 1,
  1311.             "FullName": "Declare Function SetFileSecurity Lib \"advapi32.dll\" Alias \"SetFileSecurityA\" (ByVal lpFileName As String, ByVal SecurityInformation As Long, pSecurityDescriptor As SECURITY_DESCRIPTOR) As Long"
  1312.         },
  1313.         {
  1314.             "ID": 243,
  1315.             "ChunkNum": 1,
  1316.             "FullName": "Declare Function GetFileSecurity Lib \"advapi32.dll\" Alias \"GetFileSecurityA\" (ByVal lpFileName As String, ByVal RequestedInformation As Long, pSecurityDescriptor As SECURITY_DESCRIPTOR, ByVal nLength As Long, lpnLengthNeeded As Long) As Long"
  1317.         },
  1318.         {
  1319.             "ID": 244,
  1320.             "ChunkNum": 1,
  1321.             "FullName": "Declare Function SetKernelObjectSecurity Lib \"advapi32.dll\" Alias \"SetKernelObjectSecurity\" (ByVal Handle As Long, ByVal SecurityInformation As Long, SecurityDescriptor As SECURITY_DESCRIPTOR) As Long"
  1322.         },
  1323.         {
  1324.             "ID": 245,
  1325.             "ChunkNum": 1,
  1326.             "FullName": "Declare Function FindFirstChangeNotification Lib \"kernel32\" Alias \"FindFirstChangeNotificationA\" (ByVal lpPathName As String, ByVal bWatchSubtree As Long, ByVal dwNotifyFilter As Long) As Long"
  1327.         },
  1328.         {
  1329.             "ID": 246,
  1330.             "ChunkNum": 1,
  1331.             "FullName": "Declare Function FindNextChangeNotification Lib \"kernel32\" Alias \"FindNextChangeNotification\" (ByVal hChangeHandle As Long) As Long"
  1332.         },
  1333.         {
  1334.             "ID": 247,
  1335.             "ChunkNum": 1,
  1336.             "FullName": "Declare Function FindCloseChangeNotification Lib \"kernel32\" Alias \"FindCloseChangeNotification\" (ByVal hChangeHandle As Long) As Long"
  1337.         },
  1338.         {
  1339.             "ID": 248,
  1340.             "ChunkNum": 1,
  1341.             "FullName": "Declare Function VirtualLock Lib \"kernel32\" Alias \"VirtualLock\" (lpAddress As Any, ByVal dwSize As Long) As Long"
  1342.         },
  1343.         {
  1344.             "ID": 249,
  1345.             "ChunkNum": 1,
  1346.             "FullName": "Declare Function VirtualUnlock Lib \"kernel32\" Alias \"VirtualUnlock\" (lpAddress As Any, ByVal dwSize As Long) As Long"
  1347.         },
  1348.         {
  1349.             "ID": 250,
  1350.             "ChunkNum": 2,
  1351.             "FullName": "ny) As Long"
  1352.         },
  1353.         {
  1354.             "ID": 250,
  1355.             "ChunkNum": 1,
  1356.             "FullName": "Declare Function MapViewOfFileEx Lib \"kernel32\" Alias \"MapViewOfFileEx\" (ByVal hFileMappingObject As Long, ByVal dwDesiredAccess As Long, ByVal dwFileOffsetHigh As Long, ByVal dwFileOffsetLow As Long, ByVal dwNumberOfBytesToMap As Long, lpBaseAddress As A"
  1357.         },
  1358.         {
  1359.             "ID": 251,
  1360.             "ChunkNum": 1,
  1361.             "FullName": "Declare Function SetPriorityClass Lib \"kernel32\" Alias \"SetPriorityClass\" (ByVal hProcess As Long, ByVal dwPriorityClass As Long) As Long"
  1362.         },
  1363.         {
  1364.             "ID": 252,
  1365.             "ChunkNum": 1,
  1366.             "FullName": "Declare Function GetPriorityClass Lib \"kernel32\" Alias \"GetPriorityClass\" (ByVal hProcess As Long) As Long"
  1367.         },
  1368.         {
  1369.             "ID": 253,
  1370.             "ChunkNum": 1,
  1371.             "FullName": "Declare Sub FatalExit Lib \"kernel32\" Alias \"FatalExit\" (ByVal code As Long)"
  1372.         },
  1373.         {
  1374.             "ID": 254,
  1375.             "ChunkNum": 1,
  1376.             "FullName": "Declare Function GetEnvironmentStrings Lib \"kernel32\" Alias \"GetEnvironmentStringsA\" () As String"
  1377.         },
  1378.         {
  1379.             "ID": 255,
  1380.             "ChunkNum": 1,
  1381.             "FullName": "Declare Sub RaiseException Lib \"kernel32\" Alias \"RaiseException\" (ByVal dwExceptionCode As Long, ByVal dwExceptionFlags As Long, ByVal nNumberOfArguments As Long, lpArguments As Long)"
  1382.         },
  1383.         {
  1384.             "ID": 256,
  1385.             "ChunkNum": 1,
  1386.             "FullName": "Declare Function UnhandledExceptionFilter Lib \"kernel32\" Alias \"UnhandledExceptionFilter\" (ExceptionInfo As EXCEPTION_POINTERS) As Long"
  1387.         },
  1388.         {
  1389.             "ID": 257,
  1390.             "ChunkNum": 1,
  1391.             "FullName": "Declare Function CreateThread Lib \"kernel32\" Alias \"CreateThread\" (lpThreadAttributes As SECURITY_ATTRIBUTES, ByVal dwStackSize As Long, lpStartAddress As Long, lpParameter As Any, ByVal dwCreationFlags As Long, lpThreadId As Long) As Long"
  1392.         },
  1393.         {
  1394.             "ID": 258,
  1395.             "ChunkNum": 1,
  1396.             "FullName": "Declare Function CreateRemoteThread Lib \"kernel32\" Alias \"CreateRemoteThread\" (ByVal hProcess As Long, lpThreadAttributes As SECURITY_ATTRIBUTES, ByVal dwStackSize As Long, lpStartAddress As Long, lpParameter As Any, ByVal dwCreationFlags As Long, lpThrea"
  1397.         },
  1398.         {
  1399.             "ID": 258,
  1400.             "ChunkNum": 2,
  1401.             "FullName": "dId As Long) As Long"
  1402.         },
  1403.         {
  1404.             "ID": 259,
  1405.             "ChunkNum": 1,
  1406.             "FullName": "Declare Function GetCurrentThread Lib \"kernel32\" Alias \"GetCurrentThread\" () As Long"
  1407.         },
  1408.         {
  1409.             "ID": 260,
  1410.             "ChunkNum": 1,
  1411.             "FullName": "Declare Function GetCurrentThreadId Lib \"kernel32\" Alias \"GetCurrentThreadId\" () As Long"
  1412.         },
  1413.         {
  1414.             "ID": 261,
  1415.             "ChunkNum": 1,
  1416.             "FullName": "Declare Function SetThreadPriority Lib \"kernel32\" Alias \"SetThreadPriority\" (ByVal hThread As Long, ByVal nPriority As Long) As Long"
  1417.         },
  1418.         {
  1419.             "ID": 262,
  1420.             "ChunkNum": 1,
  1421.             "FullName": "Declare Function GetThreadPriority Lib \"kernel32\" Alias \"GetThreadPriority\" (ByVal hThread As Long) As Long"
  1422.         },
  1423.         {
  1424.             "ID": 263,
  1425.             "ChunkNum": 1,
  1426.             "FullName": "Declare Function GetThreadTimes Lib \"kernel32\" Alias \"GetThreadTimes\" (ByVal hThread As Long, lpCreationTime As FILETIME, lpExitTime As FILETIME, lpKernelTime As FILETIME, lpUserTime As FILETIME) As Long"
  1427.         },
  1428.         {
  1429.             "ID": 264,
  1430.             "ChunkNum": 1,
  1431.             "FullName": "Declare Sub ExitThread Lib \"kernel32\" Alias \"ExitThread\" (ByVal dwExitCode As Long)"
  1432.         },
  1433.         {
  1434.             "ID": 265,
  1435.             "ChunkNum": 1,
  1436.             "FullName": "Declare Function TerminateThread Lib \"kernel32\" Alias \"TerminateThread\" (ByVal hThread As Long, ByVal dwExitCode As Long) As Long"
  1437.         },
  1438.         {
  1439.             "ID": 266,
  1440.             "ChunkNum": 1,
  1441.             "FullName": "Declare Function GetExitCodeThread Lib \"kernel32\" Alias \"GetExitCodeThread\" (ByVal hThread As Long, lpExitCode As Long) As Long"
  1442.         },
  1443.         {
  1444.             "ID": 267,
  1445.             "ChunkNum": 1,
  1446.             "FullName": "Declare Function GetThreadSelectorEntry Lib \"kernel32\" Alias \"GetThreadSelectorEntry\" (ByVal hThread As Long, ByVal dwSelector As Long, lpSelectorEntry As LDT_ENTRY) As Long"
  1447.         },
  1448.         {
  1449.             "ID": 268,
  1450.             "ChunkNum": 1,
  1451.             "FullName": "Declare Function SetCommState Lib \"kernel32\" Alias \"SetCommState\" (ByVal hCommDev As Long, lpDCB As DCB) As Long"
  1452.         },
  1453.         {
  1454.             "ID": 269,
  1455.             "ChunkNum": 1,
  1456.             "FullName": "Declare Function SetCommTimeouts Lib \"kernel32\" Alias \"SetCommTimeouts\" (ByVal hFile As Long, lpCommTimeouts As COMMTIMEOUTS) As Long"
  1457.         },
  1458.         {
  1459.             "ID": 270,
  1460.             "ChunkNum": 1,
  1461.             "FullName": "Declare Function GetCommState Lib \"kernel32\" Alias \"GetCommState\" (ByVal nCid As Long, lpDCB As DCB) As Long"
  1462.         },
  1463.         {
  1464.             "ID": 271,
  1465.             "ChunkNum": 1,
  1466.             "FullName": "Declare Function GetCommTimeouts Lib \"kernel32\" Alias \"GetCommTimeouts\" (ByVal hFile As Long, lpCommTimeouts As COMMTIMEOUTS) As Long"
  1467.         },
  1468.         {
  1469.             "ID": 272,
  1470.             "ChunkNum": 1,
  1471.             "FullName": "Declare Function PurgeComm Lib \"kernel32\" Alias \"PurgeComm\" (ByVal hFile As Long, ByVal dwFlags As Long) As Long"
  1472.         },
  1473.         {
  1474.             "ID": 273,
  1475.             "ChunkNum": 1,
  1476.             "FullName": "Declare Function BuildCommDCB Lib \"kernel32\" Alias \"BuildCommDCBA\" (ByVal lpDef As String, lpDCB As DCB) As Long"
  1477.         },
  1478.         {
  1479.             "ID": 274,
  1480.             "ChunkNum": 1,
  1481.             "FullName": "Declare Function BuildCommDCBAndTimeouts Lib \"kernel32\" Alias \"BuildCommDCBAndTimeoutsA\" (ByVal lpDef As String, lpDCB As DCB, lpCommTimeouts As COMMTIMEOUTS) As Long"
  1482.         },
  1483.         {
  1484.             "ID": 275,
  1485.             "ChunkNum": 1,
  1486.             "FullName": "Declare Function TransmitCommChar Lib \"kernel32\" Alias \"TransmitCommChar\" (ByVal nCid As Long, ByVal cChar As Byte) As Long"
  1487.         },
  1488.         {
  1489.             "ID": 276,
  1490.             "ChunkNum": 1,
  1491.             "FullName": "Declare Function SetCommBreak Lib \"kernel32\" Alias \"SetCommBreak\" (ByVal nCid As Long) As Long"
  1492.         },
  1493.         {
  1494.             "ID": 277,
  1495.             "ChunkNum": 1,
  1496.             "FullName": "Declare Function SetCommMask Lib \"kernel32\" Alias \"SetCommMask\" (ByVal hFile As Long, ByVal dwEvtMask As Long) As Long"
  1497.         },
  1498.         {
  1499.             "ID": 278,
  1500.             "ChunkNum": 1,
  1501.             "FullName": "Declare Function ClearCommBreak Lib \"kernel32\" Alias \"ClearCommBreak\" (ByVal nCid As Long) As Long"
  1502.         },
  1503.         {
  1504.             "ID": 279,
  1505.             "ChunkNum": 1,
  1506.             "FullName": "Declare Function ClearCommError Lib \"kernel32\" Alias \"ClearCommError\" (ByVal hFile As Long, lpErrors As Long, lpStat As COMSTAT) As Long"
  1507.         },
  1508.         {
  1509.             "ID": 280,
  1510.             "ChunkNum": 1,
  1511.             "FullName": "Declare Function SetupComm Lib \"kernel32\" Alias \"SetupComm\" (ByVal hFile As Long, ByVal dwInQueue As Long, ByVal dwOutQueue As Long) As Long"
  1512.         },
  1513.         {
  1514.             "ID": 281,
  1515.             "ChunkNum": 1,
  1516.             "FullName": "Declare Function EscapeCommFunction Lib \"kernel32\" Alias \"EscapeCommFunction\" (ByVal nCid As Long, ByVal nFunc As Long) As Long"
  1517.         },
  1518.         {
  1519.             "ID": 282,
  1520.             "ChunkNum": 1,
  1521.             "FullName": "Declare Function GetCommMask Lib \"kernel32\" Alias \"GetCommMask\" (ByVal hFile As Long, lpEvtMask As Long) As Long"
  1522.         },
  1523.         {
  1524.             "ID": 283,
  1525.             "ChunkNum": 1,
  1526.             "FullName": "Declare Function GetCommProperties Lib \"kernel32\" Alias \"GetCommProperties\" (ByVal hFile As Long, lpCommProp As COMMPROP) As Long"
  1527.         },
  1528.         {
  1529.             "ID": 284,
  1530.             "ChunkNum": 1,
  1531.             "FullName": "Declare Function GetCommModemStatus Lib \"kernel32\" Alias \"GetCommModemStatus\" (ByVal hFile As Long, lpModemStat As Long) As Long"
  1532.         },
  1533.         {
  1534.             "ID": 285,
  1535.             "ChunkNum": 1,
  1536.             "FullName": "Declare Function WaitCommEvent Lib \"kernel32\" Alias \"WaitCommEvent\" (ByVal hFile As Long, lpEvtMask As Long, lpOverlapped As OVERLAPPED) As Long"
  1537.         },
  1538.         {
  1539.             "ID": 286,
  1540.             "ChunkNum": 1,
  1541.             "FullName": "Declare Function SetTapePosition Lib \"kernel32\" Alias \"SetTapePosition\" (ByVal hDevice As Long, ByVal dwPositionMethod As Long, ByVal dwPartition As Long, ByVal dwOffsetLow As Long, ByVal dwOffsetHigh As Long, ByVal bimmediate As Long) As Long"
  1542.         },
  1543.         {
  1544.             "ID": 287,
  1545.             "ChunkNum": 1,
  1546.             "FullName": "Declare Function GetTapePosition Lib \"kernel32\" Alias \"GetTapePosition\" (ByVal hDevice As Long, ByVal dwPositionType As Long, lpdwPartition As Long, lpdwOffsetLow As Long, lpdwOffsetHigh As Long) As Long"
  1547.         },
  1548.         {
  1549.             "ID": 288,
  1550.             "ChunkNum": 1,
  1551.             "FullName": "Declare Function PrepareTape Lib \"kernel32\" Alias \"PrepareTape\" (ByVal hDevice As Long, ByVal dwOperation As Long, ByVal bimmediate As Long) As Long"
  1552.         },
  1553.         {
  1554.             "ID": 289,
  1555.             "ChunkNum": 1,
  1556.             "FullName": "Declare Function EraseTape Lib \"kernel32\" Alias \"EraseTape\" (ByVal hDevice As Long, ByVal dwEraseType As Long, ByVal bimmediate As Long) As Long"
  1557.         },
  1558.         {
  1559.             "ID": 290,
  1560.             "ChunkNum": 1,
  1561.             "FullName": "Declare Function CreateTapePartition Lib \"kernel32\" Alias \"CreateTapePartition\" (ByVal hDevice As Long, ByVal dwPartitionMethod As Long, ByVal dwCount As Long, ByVal dwSize As Long) As Long"
  1562.         },
  1563.         {
  1564.             "ID": 291,
  1565.             "ChunkNum": 1,
  1566.             "FullName": "Declare Function WriteTapemark Lib \"kernel32\" Alias \"WriteTapemark\" (ByVal hDevice As Long, ByVal dwTapemarkType As Long, ByVal dwTapemarkCount As Long, ByVal bimmediate As Long) As Long"
  1567.         },
  1568.         {
  1569.             "ID": 292,
  1570.             "ChunkNum": 1,
  1571.             "FullName": "Declare Function GetTapeStatus Lib \"kernel32\" Alias \"GetTapeStatus\" (ByVal hDevice As Long) As Long"
  1572.         },
  1573.         {
  1574.             "ID": 293,
  1575.             "ChunkNum": 1,
  1576.             "FullName": "Declare Function GetTapeParameters Lib \"kernel32\" Alias \"GetTapeParameters\" (ByVal hDevice As Long, ByVal dwOperation As Long, lpdwSize As Long, lpTapeInformation As Any) As Long"
  1577.         },
  1578.         {
  1579.             "ID": 294,
  1580.             "ChunkNum": 1,
  1581.             "FullName": "Declare Function SetTapeParameters Lib \"kernel32\" Alias \"SetTapeParameters\" (ByVal hDevice As Long, ByVal dwOperation As Long, lpTapeInformation As Any) As Long"
  1582.         },
  1583.         {
  1584.             "ID": 295,
  1585.             "ChunkNum": 1,
  1586.             "FullName": "Declare Function Beep Lib \"kernel32\" Alias \"Beep\" (ByVal dwFreq As Long, ByVal dwDuration As Long) As Long"
  1587.         },
  1588.         {
  1589.             "ID": 296,
  1590.             "ChunkNum": 1,
  1591.             "FullName": "Declare Function MulDiv Lib \"kernel32\" Alias \"MulDiv\" (ByVal nNumber As Long, ByVal nNumerator As Long, ByVal nDenominator As Long) As Long"
  1592.         },
  1593.         {
  1594.             "ID": 297,
  1595.             "ChunkNum": 1,
  1596.             "FullName": "Declare Sub GetSystemTime Lib \"kernel32\" Alias \"GetSystemTime\" (lpSystemTime As SYSTEMTIME)"
  1597.         },
  1598.         {
  1599.             "ID": 298,
  1600.             "ChunkNum": 1,
  1601.             "FullName": "Declare Function SetSystemTime Lib \"kernel32\" Alias \"SetSystemTime\" (lpSystemTime As SYSTEMTIME) As Long"
  1602.         },
  1603.         {
  1604.             "ID": 299,
  1605.             "ChunkNum": 1,
  1606.             "FullName": "Declare Sub GetLocalTime Lib \"kernel32\" Alias \"GetLocalTime\" (lpSystemTime As SYSTEMTIME)"
  1607.         },
  1608.         {
  1609.             "ID": 300,
  1610.             "ChunkNum": 1,
  1611.             "FullName": "Declare Function SetLocalTime Lib \"kernel32\" Alias \"SetLocalTime\" (lpSystemTime As SYSTEMTIME) As Long"
  1612.         },
  1613.         {
  1614.             "ID": 301,
  1615.             "ChunkNum": 1,
  1616.             "FullName": "Declare Sub GetSystemInfo Lib \"kernel32\" Alias \"GetSystemInfo\" (lpSystemInfo As SYSTEM_INFO)"
  1617.         },
  1618.         {
  1619.             "ID": 302,
  1620.             "ChunkNum": 1,
  1621.             "FullName": "Declare Function GetTimeZoneInformation Lib \"kernel32\" Alias \"GetTimeZoneInformation\" (lpTimeZoneInformation As TIME_ZONE_INFORMATION) As Long"
  1622.         },
  1623.         {
  1624.             "ID": 303,
  1625.             "ChunkNum": 1,
  1626.             "FullName": "Declare Function SetTimeZoneInformation Lib \"kernel32\" Alias \"SetTimeZoneInformation\" (lpTimeZoneInformation As TIME_ZONE_INFORMATION) As Long"
  1627.         },
  1628.         {
  1629.             "ID": 304,
  1630.             "ChunkNum": 1,
  1631.             "FullName": "Declare Function SystemTimeToFileTime Lib \"kernel32\" Alias \"SystemTimeToFileTime\" (lpSystemTime As SYSTEMTIME, lpFileTime As FILETIME) As Long"
  1632.         },
  1633.         {
  1634.             "ID": 305,
  1635.             "ChunkNum": 1,
  1636.             "FullName": "Declare Function FileTimeToLocalFileTime Lib \"kernel32\" Alias \"FileTimeToLocalFileTime\" (lpFileTime As FILETIME, lpLocalFileTime As FILETIME) As Long"
  1637.         },
  1638.         {
  1639.             "ID": 306,
  1640.             "ChunkNum": 1,
  1641.             "FullName": "Declare Function LocalFileTimeToFileTime Lib \"kernel32\" Alias \"LocalFileTimeToFileTime\" (lpLocalFileTime As FILETIME, lpFileTime As FILETIME) As Long"
  1642.         },
  1643.         {
  1644.             "ID": 307,
  1645.             "ChunkNum": 1,
  1646.             "FullName": "Declare Function FileTimeToSystemTime Lib \"kernel32\" Alias \"FileTimeToSystemTime\" (lpFileTime As FILETIME, lpSystemTime As SYSTEMTIME) As Long"
  1647.         },
  1648.         {
  1649.             "ID": 308,
  1650.             "ChunkNum": 1,
  1651.             "FullName": "Declare Function CompareFileTime Lib \"kernel32\" Alias \"CompareFileTime\" (lpFileTime1 As FILETIME, lpFileTime2 As FILETIME) As Long"
  1652.         },
  1653.         {
  1654.             "ID": 309,
  1655.             "ChunkNum": 1,
  1656.             "FullName": "Declare Function FileTimeToDosDateTime Lib \"kernel32\" Alias \"FileTimeToDosDateTime\" (lpFileTime As FILETIME, ByVal lpFatDate As Long, ByVal lpFatTime As Long) As Long"
  1657.         },
  1658.         {
  1659.             "ID": 310,
  1660.             "ChunkNum": 1,
  1661.             "FullName": "Declare Function DosDateTimeToFileTime Lib \"kernel32\" Alias \"DosDateTimeToFileTime\" (ByVal wFatDate As Long, ByVal wFatTime As Long, lpFileTime As FILETIME) As Long"
  1662.         },
  1663.         {
  1664.             "ID": 311,
  1665.             "ChunkNum": 1,
  1666.             "FullName": "Declare Function GetTickCount Lib \"kernel32\" Alias \"GetTickCount\" () As Long"
  1667.         },
  1668.         {
  1669.             "ID": 312,
  1670.             "ChunkNum": 1,
  1671.             "FullName": "Declare Function FormatMessage Lib \"kernel32\" Alias \"FormatMessageA\" (ByVal dwFlags As Long, lpSource As Any, ByVal dwMessageId As Long, ByVal dwLanguageId As Long, ByVal lpBuffer As String, ByVal nSize As Long, Arguments As Long) As Long"
  1672.         },
  1673.         {
  1674.             "ID": 313,
  1675.             "ChunkNum": 1,
  1676.             "FullName": "Declare Function CreatePipe Lib \"kernel32\" Alias \"CreatePipe\" (phReadPipe As Long, phWritePipe As Long, lpPipeAttributes As SECURITY_ATTRIBUTES, ByVal nSize As Long) As Long"
  1677.         },
  1678.         {
  1679.             "ID": 314,
  1680.             "ChunkNum": 1,
  1681.             "FullName": "Declare Function ConnectNamedPipe Lib \"kernel32\" Alias \"ConnectNamedPipe\" (ByVal hNamedPipe As Long, lpOverlapped As OVERLAPPED) As Long"
  1682.         },
  1683.         {
  1684.             "ID": 315,
  1685.             "ChunkNum": 1,
  1686.             "FullName": "Declare Function DisconnectNamedPipe Lib \"kernel32\" Alias \"DisconnectNamedPipe\" (ByVal hNamedPipe As Long) As Long"
  1687.         },
  1688.         {
  1689.             "ID": 316,
  1690.             "ChunkNum": 1,
  1691.             "FullName": "Declare Function SetNamedPipeHandleState Lib \"kernel32\" Alias \"SetNamedPipeHandleState\" (ByVal hNamedPipe As Long, lpMode As Long, lpMaxCollectionCount As Long, lpCollectDataTimeout As Long) As Long"
  1692.         },
  1693.         {
  1694.             "ID": 317,
  1695.             "ChunkNum": 1,
  1696.             "FullName": "Declare Function GetNamedPipeInfo Lib \"kernel32\" Alias \"GetNamedPipeInfo\" (ByVal hNamedPipe As Long, lpFlags As Long, lpOutBufferSize As Long, lpInBufferSize As Long, lpMaxInstances As Long) As Long"
  1697.         },
  1698.         {
  1699.             "ID": 318,
  1700.             "ChunkNum": 1,
  1701.             "FullName": "Declare Function PeekNamedPipe Lib \"kernel32\" Alias \"PeekNamedPipe\" (ByVal hNamedPipe As Long, lpBuffer As Any, ByVal nBufferSize As Long, lpBytesRead As Long, lpTotalBytesAvail As Long, lpBytesLeftThisMessage As Long) As Long"
  1702.         },
  1703.         {
  1704.             "ID": 319,
  1705.             "ChunkNum": 1,
  1706.             "FullName": "Declare Function TransactNamedPipe Lib \"kernel32\" Alias \"TransactNamedPipe\" (ByVal hNamedPipe As Long, lpInBuffer As Any, ByVal nInBufferSize As Long, lpOutBuffer As Any, ByVal nOutBufferSize As Long, lpBytesRead As Long, lpOverlapped As OVERLAPPED) As Lo"
  1707.         },
  1708.         {
  1709.             "ID": 319,
  1710.             "ChunkNum": 2,
  1711.             "FullName": "ng"
  1712.         },
  1713.         {
  1714.             "ID": 320,
  1715.             "ChunkNum": 1,
  1716.             "FullName": "Declare Function CreateMailslot Lib \"kernel32\" Alias \"CreateMailslotA\" (ByVal lpName As String, ByVal nMaxMessageSize As Long, ByVal lReadTimeout As Long, lpSecurityAttributes As SECURITY_ATTRIBUTES) As Long"
  1717.         },
  1718.         {
  1719.             "ID": 321,
  1720.             "ChunkNum": 1,
  1721.             "FullName": "Declare Function GetMailslotInfo Lib \"kernel32\" Alias \"GetMailslotInfo\" (ByVal hMailslot As Long, lpMaxMessageSize As Long, lpNextSize As Long, lpMessageCount As Long, lpReadTimeout As Long) As Long"
  1722.         },
  1723.         {
  1724.             "ID": 322,
  1725.             "ChunkNum": 1,
  1726.             "FullName": "Declare Function SetMailslotInfo Lib \"kernel32\" Alias \"SetMailslotInfo\" (ByVal hMailslot As Long, ByVal lReadTimeout As Long) As Long"
  1727.         },
  1728.         {
  1729.             "ID": 323,
  1730.             "ChunkNum": 1,
  1731.             "FullName": "Declare Function MapViewOfFile Lib \"kernel32\" Alias \"MapViewOfFile\" (ByVal hFileMappingObject As Long, ByVal dwDesiredAccess As Long, ByVal dwFileOffsetHigh As Long, ByVal dwFileOffsetLow As Long, ByVal dwNumberOfBytesToMap As Long) As Long"
  1732.         },
  1733.         {
  1734.             "ID": 324,
  1735.             "ChunkNum": 1,
  1736.             "FullName": "Declare Function FlushViewOfFile Lib \"kernel32\" Alias \"FlushViewOfFile\" (lpBaseAddress As Any, ByVal dwNumberOfBytesToFlush As Long) As Long"
  1737.         },
  1738.         {
  1739.             "ID": 325,
  1740.             "ChunkNum": 1,
  1741.             "FullName": "Declare Function UnmapViewOfFile Lib \"kernel32\" Alias \"UnmapViewOfFile\" (lpBaseAddress As Any) As Long"
  1742.         },
  1743.         {
  1744.             "ID": 326,
  1745.             "ChunkNum": 1,
  1746.             "FullName": "Declare Function lstrcmp Lib \"kernel32\" Alias \"lstrcmpA\" (ByVal lpString1 As String, ByVal lpString2 As String) As Long"
  1747.         },
  1748.         {
  1749.             "ID": 327,
  1750.             "ChunkNum": 1,
  1751.             "FullName": "Declare Function lstrcmpi Lib \"kernel32\" Alias \"lstrcmpiA\" (ByVal lpString1 As String, ByVal lpString2 As String) As Long"
  1752.         },
  1753.         {
  1754.             "ID": 328,
  1755.             "ChunkNum": 1,
  1756.             "FullName": "Declare Function lstrlen Lib \"kernel32\" Alias \"lstrlenA\" (ByVal lpString As String) As Long"
  1757.         },
  1758.         {
  1759.             "ID": 329,
  1760.             "ChunkNum": 1,
  1761.             "FullName": "Declare Function lopen Lib \"kernel32\" Alias \"_lopen\" (ByVal lpPathName As String, ByVal iReadWrite As Long) As Long"
  1762.         },
  1763.         {
  1764.             "ID": 330,
  1765.             "ChunkNum": 1,
  1766.             "FullName": "Declare Function lclose Lib \"kernel32\" Alias \"_lclose\" (ByVal hFile As Long) As Long"
  1767.         },
  1768.         {
  1769.             "ID": 331,
  1770.             "ChunkNum": 1,
  1771.             "FullName": "Declare Function lcreat Lib \"kernel32\" Alias \"_lcreat\" (ByVal lpPathName As String, ByVal iAttribute As Long) As Long"
  1772.         },
  1773.         {
  1774.             "ID": 332,
  1775.             "ChunkNum": 1,
  1776.             "FullName": "Declare Function llseek Lib \"kernel32\" Alias \"_llseek\" (ByVal hFile As Long, ByVal lOffset As Long, ByVal iOrigin As Long) As Long"
  1777.         },
  1778.         {
  1779.             "ID": 333,
  1780.             "ChunkNum": 1,
  1781.             "FullName": "Declare Function lread Lib \"kernel32\" Alias \"_lread\" (ByVal hFile As Long, lpBuffer As Any, ByVal wBytes As Long) As Long"
  1782.         },
  1783.         {
  1784.             "ID": 334,
  1785.             "ChunkNum": 1,
  1786.             "FullName": "Declare Function lwrite Lib \"kernel32\" Alias \"_lwrite\" (ByVal hFile As Long, ByVal lpBuffer As String, ByVal wBytes As Long) As Long"
  1787.         },
  1788.         {
  1789.             "ID": 335,
  1790.             "ChunkNum": 1,
  1791.             "FullName": "Declare Function hread Lib \"kernel32\" Alias \"_hread\" (ByVal hFile As Long, lpBuffer As Any, ByVal lBytes As Long) As Long"
  1792.         },
  1793.         {
  1794.             "ID": 336,
  1795.             "ChunkNum": 1,
  1796.             "FullName": "Declare Function hwrite Lib \"kernel32\" Alias \"_hwrite\" (ByVal hFile As Long, ByVal lpBuffer As String, ByVal lBytes As Long) As Long"
  1797.         },
  1798.         {
  1799.             "ID": 337,
  1800.             "ChunkNum": 1,
  1801.             "FullName": "Declare Function TlsAlloc Lib \"kernel32\" Alias \"TlsAlloc\" () As Long"
  1802.         },
  1803.         {
  1804.             "ID": 338,
  1805.             "ChunkNum": 1,
  1806.             "FullName": "Declare Function TlsGetValue Lib \"kernel32\" Alias \"TlsGetValue\" (ByVal dwTlsIndex As Long) As Long"
  1807.         },
  1808.         {
  1809.             "ID": 339,
  1810.             "ChunkNum": 1,
  1811.             "FullName": "Declare Function TlsSetValue Lib \"kernel32\" Alias \"TlsSetValue\" (ByVal dwTlsIndex As Long, lpTlsValue As Any) As Long"
  1812.         },
  1813.         {
  1814.             "ID": 340,
  1815.             "ChunkNum": 1,
  1816.             "FullName": "Declare Function TlsFree Lib \"kernel32\" Alias \"TlsFree\" (ByVal dwTlsIndex As Long) As Long"
  1817.         },
  1818.         {
  1819.             "ID": 341,
  1820.             "ChunkNum": 1,
  1821.             "FullName": "Declare Function SleepEx Lib \"kernel32\" Alias \"SleepEx\" (ByVal dwMilliseconds As Long, ByVal bAlertable As Long) As Long"
  1822.         },
  1823.         {
  1824.             "ID": 342,
  1825.             "ChunkNum": 1,
  1826.             "FullName": "Declare Function WaitForSingleObjectEx Lib \"kernel32\" Alias \"WaitForSingleObjectEx\" (ByVal hHandle As Long, ByVal dwMilliseconds As Long, ByVal bAlertable As Long) As Long"
  1827.         },
  1828.         {
  1829.             "ID": 343,
  1830.             "ChunkNum": 1,
  1831.             "FullName": "Declare Function WaitForMultipleObjectsEx Lib \"kernel32\" Alias \"WaitForMultipleObjectsEx\" (ByVal nCount As Long, lpHandles As Long, ByVal bWaitAll As Long, ByVal dwMilliseconds As Long, ByVal bAlertable As Long) As Long"
  1832.         },
  1833.         {
  1834.             "ID": 344,
  1835.             "ChunkNum": 1,
  1836.             "FullName": "Declare Function BackupRead Lib \"kernel32\" Alias \"BackupRead\" (ByVal hFile As Long, lpBuffer As Byte, ByVal nNumberOfBytesToRead As Long, lpNumberOfBytesRead As Long, ByVal bAbort As Long, ByVal bProcessSecurity As Long, lpContext As Any) As Long"
  1837.         },
  1838.         {
  1839.             "ID": 345,
  1840.             "ChunkNum": 1,
  1841.             "FullName": "Declare Function BackupSeek Lib \"kernel32\" Alias \"BackupSeek\" (ByVal hFile As Long, ByVal dwLowBytesToSeek As Long, ByVal dwHighBytesToSeek As Long, lpdwLowByteSeeked As Long, lpdwHighByteSeeked As Long, lpContext As Long) As Long"
  1842.         },
  1843.         {
  1844.             "ID": 346,
  1845.             "ChunkNum": 1,
  1846.             "FullName": "Declare Function BackupWrite Lib \"kernel32\" Alias \"BackupWrite\" (ByVal hFile As Long, lpBuffer As Byte, ByVal nNumberOfBytesToWrite As Long, lpNumberOfBytesWritten As Long, ByVal bAbort As Long, ByVal bProcessSecurity As Long, lpContext As Long) As Long"
  1847.         },
  1848.         {
  1849.             "ID": 347,
  1850.             "ChunkNum": 1,
  1851.             "FullName": "Declare Function CreateMutex Lib \"kernel32\" Alias \"CreateMutexA\" (lpMutexAttributes As SECURITY_ATTRIBUTES, ByVal bInitialOwner As Long, ByVal lpName As String) As Long"
  1852.         },
  1853.         {
  1854.             "ID": 348,
  1855.             "ChunkNum": 1,
  1856.             "FullName": "Declare Function OpenMutex Lib \"kernel32\" Alias \"OpenMutexA\" (ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Long, ByVal lpName As String) As Long"
  1857.         },
  1858.         {
  1859.             "ID": 349,
  1860.             "ChunkNum": 1,
  1861.             "FullName": "Declare Function CreateEvent Lib \"kernel32\" Alias \"CreateEventA\" (lpEventAttributes As SECURITY_ATTRIBUTES, ByVal bManualReset As Long, ByVal bInitialState As Long, ByVal lpName As String) As Long"
  1862.         },
  1863.         {
  1864.             "ID": 350,
  1865.             "ChunkNum": 1,
  1866.             "FullName": "Declare Function OpenEvent Lib \"kernel32\" Alias \"OpenEventA\" (ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Long, ByVal lpName As String) As Long"
  1867.         },
  1868.         {
  1869.             "ID": 351,
  1870.             "ChunkNum": 1,
  1871.             "FullName": "Declare Function CreateSemaphore Lib \"kernel32\" Alias \"CreateSemaphoreA\" (lpSemaphoreAttributes As SECURITY_ATTRIBUTES, ByVal lInitialCount As Long, ByVal lMaximumCount As Long, ByVal lpName As String) As Long"
  1872.         },
  1873.         {
  1874.             "ID": 352,
  1875.             "ChunkNum": 1,
  1876.             "FullName": "Declare Function OpenSemaphore Lib \"kernel32\" Alias \"OpenSemaphoreA\" (ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Long, ByVal lpName As String) As Long"
  1877.         },
  1878.         {
  1879.             "ID": 353,
  1880.             "ChunkNum": 1,
  1881.             "FullName": "Declare Function CreateFileMapping Lib \"kernel32\" Alias \"CreateFileMappingA\" (ByVal hFile As Long, lpFileMappigAttributes As SECURITY_ATTRIBUTES, ByVal flProtect As Long, ByVal dwMaximumSizeHigh As Long, ByVal dwMaximumSizeLow As Long, ByVal lpName As Str"
  1882.         },
  1883.         {
  1884.             "ID": 353,
  1885.             "ChunkNum": 2,
  1886.             "FullName": "ing) As Long"
  1887.         },
  1888.         {
  1889.             "ID": 354,
  1890.             "ChunkNum": 1,
  1891.             "FullName": "Declare Function OpenFileMapping Lib \"kernel32\" Alias \"OpenFileMappingA\" (ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Long, ByVal lpName As String) As Long"
  1892.         },
  1893.         {
  1894.             "ID": 355,
  1895.             "ChunkNum": 1,
  1896.             "FullName": "Declare Function GetLogicalDriveStrings Lib \"kernel32\" Alias \"GetLogicalDriveStringsA\" (ByVal nBufferLength As Long, ByVal lpBuffer As String) As Long"
  1897.         },
  1898.         {
  1899.             "ID": 356,
  1900.             "ChunkNum": 1,
  1901.             "FullName": "Declare Function IsBadReadPtr Lib \"kernel32\" Alias \"IsBadReadPtr\" (lp As Any, ByVal ucb As Long) As Long"
  1902.         },
  1903.         {
  1904.             "ID": 357,
  1905.             "ChunkNum": 1,
  1906.             "FullName": "Declare Function IsBadWritePtr Lib \"kernel32\" Alias \"IsBadWritePtr\" (lp As Any, ByVal ucb As Long) As Long"
  1907.         },
  1908.         {
  1909.             "ID": 358,
  1910.             "ChunkNum": 1,
  1911.             "FullName": "Declare Function IsBadStringPtr Lib \"kernel32\" Alias \"IsBadStringPtrA\" (ByVal lpsz As String, ByVal ucchMax As Long) As Long"
  1912.         },
  1913.         {
  1914.             "ID": 359,
  1915.             "ChunkNum": 1,
  1916.             "FullName": "Declare Function IsBadHugeReadPtr Lib \"kernel32\" Alias \"IsBadHugeReadPtr\" (lp As Any, ByVal ucb As Long) As Long"
  1917.         },
  1918.         {
  1919.             "ID": 360,
  1920.             "ChunkNum": 1,
  1921.             "FullName": "Declare Function IsBadHugeWritePtr Lib \"kernel32\" Alias \"IsBadHugeWritePtr\" (lp As Any, ByVal ucb As Long) As Long"
  1922.         },
  1923.         {
  1924.             "ID": 361,
  1925.             "ChunkNum": 1,
  1926.             "FullName": "Declare Function LookupAccountSid Lib \"advapi32.dll\" Alias \"LookupAccountSidA\" (ByVal lpSystemName As String, Sid As Any, ByVal name As String, cbName As Long, ByVal ReferencedDomainName As String, cbReferencedDomainName As Long, peUse As Integer) As Long"
  1927.         },
  1928.         {
  1929.             "ID": 362,
  1930.             "ChunkNum": 1,
  1931.             "FullName": "Declare Function LookupAccountName Lib \"advapi32.dll\" Alias \"LookupAccountNameA\" (ByVal lpSystemName As String, ByVal lpAccountName As String, Sid As Long, cbSid As Long, ByVal ReferencedDomainName As String, cbReferencedDomainName As Long, peUse As Integ"
  1932.         },
  1933.         {
  1934.             "ID": 362,
  1935.             "ChunkNum": 2,
  1936.             "FullName": "er) As Long"
  1937.         },
  1938.         {
  1939.             "ID": 363,
  1940.             "ChunkNum": 1,
  1941.             "FullName": "Declare Function LookupPrivilegeValue Lib \"advapi32.dll\" Alias \"LookupPrivilegeValueA\" (ByVal lpSystemName As String, ByVal lpName As String, lpLuid As LARGE_INTEGER) As Long"
  1942.         },
  1943.         {
  1944.             "ID": 364,
  1945.             "ChunkNum": 1,
  1946.             "FullName": "Declare Function LookupPrivilegeName Lib \"advapi32.dll\" Alias \"LookupPrivilegeNameA\" (ByVal lpSystemName As String, lpLuid As LARGE_INTEGER, ByVal lpName As String, cbName As Long) As Long"
  1947.         },
  1948.         {
  1949.             "ID": 365,
  1950.             "ChunkNum": 1,
  1951.             "FullName": "Declare Function LookupPrivilegeDisplayName Lib \"advapi32.dll\" Alias \"LookupPrivilegeDisplayNameA\" (ByVal lpSystemName As String, ByVal lpName As String, ByVal lpDisplayName As String, cbDisplayName As Long, lpLanguageID As Long) As Long"
  1952.         },
  1953.         {
  1954.             "ID": 366,
  1955.             "ChunkNum": 1,
  1956.             "FullName": "Declare Function AllocateLocallyUniqueId Lib \"advapi32.dll\" Alias \"AllocateLocallyUniqueId\" (Luid As LARGE_INTEGER) As Long"
  1957.         },
  1958.         {
  1959.             "ID": 367,
  1960.             "ChunkNum": 1,
  1961.             "FullName": "Declare Function GetComputerName Lib \"kernel32\" Alias \"GetComputerNameA\" (ByVal lpBuffer As String, nSize As Long) As Long"
  1962.         },
  1963.         {
  1964.             "ID": 368,
  1965.             "ChunkNum": 1,
  1966.             "FullName": "Declare Function SetComputerName Lib \"kernel32\" Alias \"SetComputerNameA\" (ByVal lpComputerName As String) As Long"
  1967.         },
  1968.         {
  1969.             "ID": 369,
  1970.             "ChunkNum": 1,
  1971.             "FullName": "Declare Function GetUserName Lib \"advapi32.dll\" Alias \"GetUserNameA\" (ByVal lpBuffer As String, nSize As Long) As Long"
  1972.         },
  1973.         {
  1974.             "ID": 370,
  1975.             "ChunkNum": 1,
  1976.             "FullName": "Declare Function QueryPerformanceCounter Lib \"kernel32\" Alias \"QueryPerformanceCounter\" (lpPerformanceCount As LARGE_INTEGER) As Long"
  1977.         },
  1978.         {
  1979.             "ID": 371,
  1980.             "ChunkNum": 1,
  1981.             "FullName": "Declare Function QueryPerformanceFrequency Lib \"kernel32\" Alias \"QueryPerformanceFrequency\" (lpFrequency As LARGE_INTEGER) As Long"
  1982.         },
  1983.         {
  1984.             "ID": 372,
  1985.             "ChunkNum": 1,
  1986.             "FullName": "Declare Function IsValidCodePage Lib \"kernel32\" Alias \"IsValidCodePage\" (ByVal CodePage As Long) As Long"
  1987.         },
  1988.         {
  1989.             "ID": 373,
  1990.             "ChunkNum": 1,
  1991.             "FullName": "Declare Function GetACP Lib \"kernel32\" Alias \"GetACP\" () As Long"
  1992.         },
  1993.         {
  1994.             "ID": 374,
  1995.             "ChunkNum": 1,
  1996.             "FullName": "Declare Function GetOEMCP Lib \"kernel32\" Alias \"GetOEMCP\" () As Long"
  1997.         },
  1998.         {
  1999.             "ID": 375,
  2000.             "ChunkNum": 1,
  2001.             "FullName": "Declare Function GetCPInfo Lib \"kernel32\" Alias \"GetCPInfo\" (ByVal CodePage As Long, lpCPInfo As CPINFO) As Long"
  2002.         },
  2003.         {
  2004.             "ID": 376,
  2005.             "ChunkNum": 1,
  2006.             "FullName": "Declare Function IsDBCSLeadByte Lib \"kernel32\" Alias \"IsDBCSLeadByte\" (ByVal bTestChar As Byte) As Long"
  2007.         },
  2008.         {
  2009.             "ID": 377,
  2010.             "ChunkNum": 1,
  2011.             "FullName": "Declare Function MultiByteToWideChar Lib \"kernel32\" Alias \"MultiByteToWideChar\" (ByVal CodePage As Long, ByVal dwFlags As Long, ByVal lpMultiByteStr As String, ByVal cchMultiByte As Long, ByVal lpWideCharStr As String, ByVal cchWideChar As Long) As Long"
  2012.         },
  2013.         {
  2014.             "ID": 378,
  2015.             "ChunkNum": 1,
  2016.             "FullName": "Declare Function WideCharToMultiByte Lib \"kernel32\" Alias \"WideCharToMultiByte\" (ByVal CodePage As Long, ByVal dwFlags As Long, ByVal lpWideCharStr As String, ByVal cchWideChar As Long, ByVal lpMultiByteStr As String, ByVal cchMultiByte As Long, ByVal lpD"
  2017.         },
  2018.         {
  2019.             "ID": 378,
  2020.             "ChunkNum": 2,
  2021.             "FullName": "efaultChar As String, ByVal lpUsedDefaultChar As Long) As Long"
  2022.         },
  2023.         {
  2024.             "ID": 379,
  2025.             "ChunkNum": 1,
  2026.             "FullName": "Declare Function CompareString Lib \"kernel32\" Alias \"CompareStringA\" (ByVal Locale As Long, ByVal dwCmpFlags As Long, ByVal lpString1 As String, ByVal cchCount1 As Long, ByVal lpString2 As String, ByVal cchCount2 As Long) As Long"
  2027.         },
  2028.         {
  2029.             "ID": 380,
  2030.             "ChunkNum": 1,
  2031.             "FullName": "Declare Function LCMapString Lib \"kernel32\" Alias \"LCMapStringA\" (ByVal Locale As Long, ByVal dwMapFlags As Long, ByVal lpSrcStr As String, ByVal cchSrc As Long, ByVal lpDestStr As String, ByVal cchDest As Long) As Long"
  2032.         },
  2033.         {
  2034.             "ID": 381,
  2035.             "ChunkNum": 1,
  2036.             "FullName": "Declare Function GetLocaleInfo Lib \"kernel32\" Alias \"GetLocaleInfoA\" (ByVal Locale As Long, ByVal LCType As Long, ByVal lpLCData As String, ByVal cchData As Long) As Long"
  2037.         },
  2038.         {
  2039.             "ID": 382,
  2040.             "ChunkNum": 1,
  2041.             "FullName": "Declare Function GetTimeFormat Lib \"kernel32\" Alias \"GetTimeFormatA\" (ByVal Locale As Long, ByVal dwFlags As Long, lpTime As SYSTEMTIME, ByVal lpFormat As String, ByVal lpTimeStr As String, ByVal cchTime As Long) As Long"
  2042.         },
  2043.         {
  2044.             "ID": 383,
  2045.             "ChunkNum": 1,
  2046.             "FullName": "Declare Function GetDateFormat Lib \"kernel32\" Alias \"GetDateFormatA\" (ByVal Locale As Long, ByVal dwFlags As Long, lpDate As SYSTEMTIME, ByVal lpFormat As String, ByVal lpDateStr As String, ByVal cchDate As Long) As Long"
  2047.         },
  2048.         {
  2049.             "ID": 384,
  2050.             "ChunkNum": 1,
  2051.             "FullName": "Declare Function SetThreadLocale Lib \"kernel32\" Alias \"SetThreadLocale\" (ByVal Locale As Long) As Long"
  2052.         },
  2053.         {
  2054.             "ID": 385,
  2055.             "ChunkNum": 1,
  2056.             "FullName": "Declare Function GetSystemDefaultLangID Lib \"kernel32\" Alias \"GetSystemDefaultLangID\" () As Integer"
  2057.         },
  2058.         {
  2059.             "ID": 386,
  2060.             "ChunkNum": 1,
  2061.             "FullName": "Declare Function GetUserDefaultLangID Lib \"kernel32\" Alias \"GetUserDefaultLangID\" () As Integer"
  2062.         },
  2063.         {
  2064.             "ID": 387,
  2065.             "ChunkNum": 1,
  2066.             "FullName": "Declare Function GetSystemDefaultLCID Lib \"kernel32\" Alias \"GetSystemDefaultLCID\" () As Long"
  2067.         },
  2068.         {
  2069.             "ID": 388,
  2070.             "ChunkNum": 1,
  2071.             "FullName": "Declare Function GetUserDefaultLCID Lib \"kernel32\" Alias \"GetUserDefaultLCID\" () As Long"
  2072.         },
  2073.         {
  2074.             "ID": 389,
  2075.             "ChunkNum": 1,
  2076.             "FullName": "Declare Function GetStringTypeA Lib \"kernel32\" Alias \"GetStringTypeA\" (ByVal lcid As Long, ByVal dwInfoType As Long, ByVal lpSrcStr As String, ByVal cchSrc As Long, lpCharType As Long) As Long"
  2077.         },
  2078.         {
  2079.             "ID": 390,
  2080.             "ChunkNum": 1,
  2081.             "FullName": "Declare Function FoldString Lib \"kernel32\" Alias \"FoldStringA\" (ByVal dwMapFlags As Long, ByVal lpSrcStr As String, ByVal cchSrc As Long, ByVal lpDestStr As String, ByVal cchDest As Long) As Long"
  2082.         },
  2083.         {
  2084.             "ID": 391,
  2085.             "ChunkNum": 1,
  2086.             "FullName": "Declare Function EnumTimeFormats Lib \"KERNEL32\" Alias \"EnumTimeFormats\" (ByVal lpTimeFmtEnumProc As Long, ByVal Locale As Long, ByVal dwFlags As Long) As Long"
  2087.         },
  2088.         {
  2089.             "ID": 392,
  2090.             "ChunkNum": 1,
  2091.             "FullName": "Declare Function EnumDateFormats Lib \"KERNEL32\" Alias \"EnumDateFormats\" (ByVal lpDateFmtEnumProc As Long, ByVal Locale As Long, ByVal dwFlags As Long) As Long"
  2092.         },
  2093.         {
  2094.             "ID": 393,
  2095.             "ChunkNum": 1,
  2096.             "FullName": "Declare Function IsValidLocale Lib \"KERNEL32\" Alias \"IsValidLocale\" (ByVal Locale As Long, ByVal dwFlags As Long) As Long"
  2097.         },
  2098.         {
  2099.             "ID": 394,
  2100.             "ChunkNum": 1,
  2101.             "FullName": "Declare Function ConvertDefaultLocale Lib \"KERNEL32\" Alias \"ConvertDefaultLocale\" (ByVal Locale As Long) As Long"
  2102.         },
  2103.         {
  2104.             "ID": 395,
  2105.             "ChunkNum": 1,
  2106.             "FullName": "Declare Function GetThreadLocale Lib \"KERNEL32\" Alias \"GetThreadLocale\" () As Long"
  2107.         },
  2108.         {
  2109.             "ID": 396,
  2110.             "ChunkNum": 1,
  2111.             "FullName": "Declare Function EnumSystemLocales Lib \"KERNEL32\" Alias \"EnumSystemLocales\" (ByVal lpLocaleEnumProc As Long, ByVal dwFlags As Long) As Long"
  2112.         },
  2113.         {
  2114.             "ID": 397,
  2115.             "ChunkNum": 1,
  2116.             "FullName": "Declare Function EnumSystemCodePages Lib \"KERNEL32\" Alias \"EnumSystemCodePages\" (ByVal lpCodePageEnumProc As Long, ByVal dwFlags As Long) As Long"
  2117.         },
  2118.         {
  2119.             "ID": 398,
  2120.             "ChunkNum": 1,
  2121.             "FullName": "Declare Function ReadConsoleOutput Lib \"kernel32\" Alias \"ReadConsoleOutputA\" (ByVal hConsoleOutput As Long, lpBuffer As CHAR_INFO, dwBufferSize As COORD, dwBufferCoord As COORD, lpReadRegion As SMALL_RECT) As Long"
  2122.         },
  2123.         {
  2124.             "ID": 399,
  2125.             "ChunkNum": 1,
  2126.             "FullName": "Declare Function WriteConsoleOutput Lib \"kernel32\" Alias \"WriteConsoleOutputA\" (ByVal hConsoleOutput As Long, lpBuffer As CHAR_INFO, dwBufferSize As COORD, dwBufferCoord As COORD, lpWriteRegion As SMALL_RECT) As Long"
  2127.         },
  2128.         {
  2129.             "ID": 400,
  2130.             "ChunkNum": 1,
  2131.             "FullName": "Declare Function ReadConsoleOutputCharacter Lib \"kernel32\" Alias \"ReadConsoleOutputCharacterA\" (ByVal hConsoleOutput As Long, ByVal lpCharacter As String, ByVal nLength As Long, dwReadCoord As COORD, lpNumberOfCharsRead As Long) As Long"
  2132.         },
  2133.         {
  2134.             "ID": 401,
  2135.             "ChunkNum": 1,
  2136.             "FullName": "Declare Function ReadConsoleOutputAttribute Lib \"kernel32\" Alias \"ReadConsoleOutputAttribute\" (ByVal hConsoleOutput As Long, lpAttribute As Long, ByVal nLength As Long, dwReadCoord As COORD, lpNumberOfAttrsRead As Long) As Long"
  2137.         },
  2138.         {
  2139.             "ID": 402,
  2140.             "ChunkNum": 1,
  2141.             "FullName": "Declare Function WriteConsoleOutputCharacter Lib \"kernel32\" Alias \"WriteConsoleOutputCharacterA\" (ByVal hConsoleOutput As Long, ByVal lpCharacter As String, ByVal nLength As Long, dwWriteCoord As COORD, lpNumberOfCharsWritten As Long) As Long"
  2142.         },
  2143.         {
  2144.             "ID": 403,
  2145.             "ChunkNum": 1,
  2146.             "FullName": "Declare Function WriteConsoleOutputAttribute Lib \"kernel32\" Alias \"WriteConsoleOutputAttribute\" (ByVal hConsoleOutput As Long, lpAttribute As Integer, ByVal nLength As Long, dwWriteCoord As COORD, lpNumberOfAttrsWritten As Long) As Long"
  2147.         },
  2148.         {
  2149.             "ID": 404,
  2150.             "ChunkNum": 1,
  2151.             "FullName": "Declare Function FillConsoleOutputCharacter Lib \"kernel32\" Alias \"FillConsoleOutputCharacterA\" (ByVal hConsoleOutput As Long, ByVal cCharacter As Byte, ByVal nLength As Long, dwWriteCoord As COORD, lpNumberOfCharsWritten As Long) As Long"
  2152.         },
  2153.         {
  2154.             "ID": 405,
  2155.             "ChunkNum": 1,
  2156.             "FullName": "Declare Function FillConsoleOutputAttribute Lib \"kernel32\" Alias \"FillConsoleOutputAttribute\" (ByVal hConsoleOutput As Long, ByVal wAttribute As Long, ByVal nLength As Long, dwWriteCoord As COORD, lpNumberOfAttrsWritten As Long) As Long"
  2157.         },
  2158.         {
  2159.             "ID": 406,
  2160.             "ChunkNum": 1,
  2161.             "FullName": "Declare Function GetConsoleMode Lib \"kernel32\" Alias \"GetConsoleMode\" (ByVal hConsoleHandle As Long, lpMode As Long) As Long"
  2162.         },
  2163.         {
  2164.             "ID": 407,
  2165.             "ChunkNum": 1,
  2166.             "FullName": "Declare Function GetNumberOfConsoleInputEvents Lib \"kernel32\" Alias \"GetNumberOfConsoleInputEvents\" (ByVal hConsoleInput As Long, lpNumberOfEvents As Long) As Long"
  2167.         },
  2168.         {
  2169.             "ID": 408,
  2170.             "ChunkNum": 1,
  2171.             "FullName": "Declare Function GetConsoleScreenBufferInfo Lib \"kernel32\" Alias \"GetConsoleScreenBufferInfo\" (ByVal hConsoleOutput As Long, lpConsoleScreenBufferInfo As CONSOLE_SCREEN_BUFFER_INFO) As Long"
  2172.         },
  2173.         {
  2174.             "ID": 409,
  2175.             "ChunkNum": 1,
  2176.             "FullName": "Declare Function GetLargestConsoleWindowSize Lib \"kernel32\" Alias \"GetLargestConsoleWindowSize\" (ByVal hConsoleOutput As Long) As COORD"
  2177.         },
  2178.         {
  2179.             "ID": 410,
  2180.             "ChunkNum": 1,
  2181.             "FullName": "Declare Function GetConsoleCursorInfo Lib \"kernel32\" Alias \"GetConsoleCursorInfo\" (ByVal hConsoleOutput As Long, lpConsoleCursorInfo As CONSOLE_CURSOR_INFO) As Long"
  2182.         },
  2183.         {
  2184.             "ID": 411,
  2185.             "ChunkNum": 1,
  2186.             "FullName": "Declare Function GetNumberOfConsoleMouseButtons Lib \"kernel32\" Alias \"GetNumberOfConsoleMouseButtons\" (lpNumberOfMouseButtons As Long) As Long"
  2187.         },
  2188.         {
  2189.             "ID": 412,
  2190.             "ChunkNum": 1,
  2191.             "FullName": "Declare Function SetConsoleMode Lib \"kernel32\" Alias \"SetConsoleMode\" (ByVal hConsoleHandle As Long, ByVal dwMode As Long) As Long"
  2192.         },
  2193.         {
  2194.             "ID": 413,
  2195.             "ChunkNum": 1,
  2196.             "FullName": "Declare Function SetConsoleActiveScreenBuffer Lib \"kernel32\" Alias \"SetConsoleActiveScreenBuffer\" (ByVal hConsoleOutput As Long) As Long"
  2197.         },
  2198.         {
  2199.             "ID": 414,
  2200.             "ChunkNum": 1,
  2201.             "FullName": "Declare Function FlushConsoleInputBuffer Lib \"kernel32\" Alias \"FlushConsoleInputBuffer\" (ByVal hConsoleInput As Long) As Long"
  2202.         },
  2203.         {
  2204.             "ID": 415,
  2205.             "ChunkNum": 1,
  2206.             "FullName": "Declare Function SetConsoleScreenBufferSize Lib \"kernel32\" Alias \"SetConsoleScreenBufferSize\" (ByVal hConsoleOutput As Long, dwSize As COORD) As Long"
  2207.         },
  2208.         {
  2209.             "ID": 416,
  2210.             "ChunkNum": 1,
  2211.             "FullName": "Declare Function SetConsoleCursorPosition Lib \"kernel32\" Alias \"SetConsoleCursorPosition\" (ByVal hConsoleOutput As Long, dwCursorPosition As COORD) As Long"
  2212.         },
  2213.         {
  2214.             "ID": 417,
  2215.             "ChunkNum": 1,
  2216.             "FullName": "Declare Function SetConsoleCursorInfo Lib \"kernel32\" Alias \"SetConsoleCursorInfo\" (ByVal hConsoleOutput As Long, lpConsoleCursorInfo As CONSOLE_CURSOR_INFO) As Long"
  2217.         },
  2218.         {
  2219.             "ID": 418,
  2220.             "ChunkNum": 1,
  2221.             "FullName": "Declare Function ScrollConsoleScreenBuffer Lib \"kernel32\" Alias \"ScrollConsoleScreenBufferA\" (ByVal hConsoleOutput As Long, lpScrollRectangle As SMALL_RECT, lpClipRectangle As SMALL_RECT, dwDestinationOrigin As COORD, lpFill As CHAR_INFO) As Long"
  2222.         },
  2223.         {
  2224.             "ID": 419,
  2225.             "ChunkNum": 1,
  2226.             "FullName": "Declare Function SetConsoleWindowInfo Lib \"kernel32\" Alias \"SetConsoleWindowInfo\" (ByVal hConsoleOutput As Long, ByVal bAbsolute As Long, lpConsoleWindow As SMALL_RECT) As Long"
  2227.         },
  2228.         {
  2229.             "ID": 420,
  2230.             "ChunkNum": 1,
  2231.             "FullName": "Declare Function SetConsoleTextAttribute Lib \"kernel32\" Alias \"SetConsoleTextAttribute\" (ByVal hConsoleOutput As Long, ByVal wAttributes As Long) As Long"
  2232.         },
  2233.         {
  2234.             "ID": 421,
  2235.             "ChunkNum": 1,
  2236.             "FullName": "Declare Function SetConsoleCtrlHandler Lib \"kernel32\" Alias \"SetConsoleCtrlHandler\" (ByVal HandlerRoutine As Long, ByVal Add As Long) As Long"
  2237.         },
  2238.         {
  2239.             "ID": 422,
  2240.             "ChunkNum": 1,
  2241.             "FullName": "Declare Function GenerateConsoleCtrlEvent Lib \"kernel32\" Alias \"GenerateConsoleCtrlEvent\" (ByVal dwCtrlEvent As Long, ByVal dwProcessGroupId As Long) As Long"
  2242.         },
  2243.         {
  2244.             "ID": 423,
  2245.             "ChunkNum": 1,
  2246.             "FullName": "Declare Function AllocConsole Lib \"kernel32\" Alias \"AllocConsole\" () As Long"
  2247.         },
  2248.         {
  2249.             "ID": 424,
  2250.             "ChunkNum": 1,
  2251.             "FullName": "Declare Function FreeConsole Lib \"kernel32\" Alias \"FreeConsole\" () As Long"
  2252.         },
  2253.         {
  2254.             "ID": 425,
  2255.             "ChunkNum": 1,
  2256.             "FullName": "Declare Function GetConsoleTitle Lib \"kernel32\" Alias \"GetConsoleTitleA\" (ByVal lpConsoleTitle As String, ByVal nSize As Long) As Long"
  2257.         },
  2258.         {
  2259.             "ID": 426,
  2260.             "ChunkNum": 1,
  2261.             "FullName": "Declare Function SetConsoleTitle Lib \"kernel32\" Alias \"SetConsoleTitleA\" (ByVal lpConsoleTitle As String) As Long"
  2262.         },
  2263.         {
  2264.             "ID": 427,
  2265.             "ChunkNum": 1,
  2266.             "FullName": "Declare Function ReadConsole Lib \"kernel32\" Alias \"ReadConsoleA\" (ByVal hConsoleInput As Long, lpBuffer As Any, ByVal nNumberOfCharsToRead As Long, lpNumberOfCharsRead As Long, lpReserved As Any) As Long"
  2267.         },
  2268.         {
  2269.             "ID": 428,
  2270.             "ChunkNum": 1,
  2271.             "FullName": "Declare Function WriteConsole Lib \"kernel32\" Alias \"WriteConsoleA\" (ByVal hConsoleOutput As Long, lpBuffer As Any, ByVal nNumberOfCharsToWrite As Long, lpNumberOfCharsWritten As Long, lpReserved As Any) As Long"
  2272.         },
  2273.         {
  2274.             "ID": 429,
  2275.             "ChunkNum": 1,
  2276.             "FullName": "Declare Function CreateConsoleScreenBuffer Lib \"kernel32\" Alias \"CreateConsoleScreenBuffer\" (ByVal dwDesiredAccess As Long, ByVal dwShareMode As Long, lpSecurityAttributes As SECURITY_ATTRIBUTES, ByVal dwFlags As Long, lpScreenBufferData As Any) As Long"
  2277.         },
  2278.         {
  2279.             "ID": 430,
  2280.             "ChunkNum": 1,
  2281.             "FullName": "Declare Function GetConsoleCP Lib \"kernel32\" Alias \"GetConsoleCP\" () As Long"
  2282.         },
  2283.         {
  2284.             "ID": 431,
  2285.             "ChunkNum": 1,
  2286.             "FullName": "Declare Function SetConsoleCP Lib \"kernel32\" Alias \"SetConsoleCP\" (ByVal wCodePageID As Long) As Long"
  2287.         },
  2288.         {
  2289.             "ID": 432,
  2290.             "ChunkNum": 1,
  2291.             "FullName": "Declare Function GetConsoleOutputCP Lib \"kernel32\" Alias \"GetConsoleOutputCP\" () As Long"
  2292.         },
  2293.         {
  2294.             "ID": 433,
  2295.             "ChunkNum": 1,
  2296.             "FullName": "Declare Function SetConsoleOutputCP Lib \"kernel32\" Alias \"SetConsoleOutputCP\" (ByVal wCodePageID As Long) As Long"
  2297.         },
  2298.         {
  2299.             "ID": 434,
  2300.             "ChunkNum": 1,
  2301.             "FullName": "Declare Function AddFontResource Lib \"gdi32\" Alias \"AddFontResourceA\" (ByVal lpFileName As String) As Long"
  2302.         },
  2303.         {
  2304.             "ID": 435,
  2305.             "ChunkNum": 1,
  2306.             "FullName": "Declare Function AnimatePalette Lib \"gdi32\" Alias \"AnimatePaletteA\" (ByVal hPalette As Long, ByVal wStartIndex As Long, ByVal wNumEntries As Long, lpPaletteColors As PALETTEENTRY) As Long"
  2307.         },
  2308.         {
  2309.             "ID": 436,
  2310.             "ChunkNum": 1,
  2311.             "FullName": "Declare Function Arc Lib \"gdi32\" Alias \"Arc\" (ByVal hdc As Long, ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long, ByVal X3 As Long, ByVal Y3 As Long, ByVal X4 As Long, ByVal Y4 As Long) As Long"
  2312.         },
  2313.         {
  2314.             "ID": 437,
  2315.             "ChunkNum": 1,
  2316.             "FullName": "Declare Function BitBlt Lib \"gdi32\" Alias \"BitBlt\" (ByVal hDestDC As Long, ByVal x As Long, ByVal y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal hSrcDC As Long, ByVal xSrc As Long, ByVal ySrc As Long, ByVal dwRop As Long) As Long"
  2317.         },
  2318.         {
  2319.             "ID": 438,
  2320.             "ChunkNum": 1,
  2321.             "FullName": "Declare Function CancelDC Lib \"gdi32\" Alias \"CancelDC\" (ByVal hdc As Long) As Long"
  2322.         },
  2323.         {
  2324.             "ID": 439,
  2325.             "ChunkNum": 1,
  2326.             "FullName": "Declare Function Chord Lib \"gdi32\" Alias \"Chord\" (ByVal hdc As Long, ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long, ByVal X3 As Long, ByVal Y3 As Long, ByVal X4 As Long, ByVal Y4 As Long) As Long"
  2327.         },
  2328.         {
  2329.             "ID": 440,
  2330.             "ChunkNum": 1,
  2331.             "FullName": "Declare Function CloseMetaFile Lib \"gdi32\" Alias \"CloseMetaFile\" (ByVal hMF As Long) As Long"
  2332.         },
  2333.         {
  2334.             "ID": 441,
  2335.             "ChunkNum": 1,
  2336.             "FullName": "Declare Function CombineRgn Lib \"gdi32\" Alias \"CombineRgn\" (ByVal hDestRgn As Long, ByVal hSrcRgn1 As Long, ByVal hSrcRgn2 As Long, ByVal nCombineMode As Long) As Long"
  2337.         },
  2338.         {
  2339.             "ID": 442,
  2340.             "ChunkNum": 1,
  2341.             "FullName": "Declare Function CopyMetaFile Lib \"gdi32\" Alias \"CopyMetaFileA\" (ByVal hMF As Long, ByVal lpFileName As String) As Long"
  2342.         },
  2343.         {
  2344.             "ID": 443,
  2345.             "ChunkNum": 1,
  2346.             "FullName": "Declare Function CreateBitmap Lib \"gdi32\" Alias \"CreateBitmap\" (ByVal nWidth As Long, ByVal nHeight As Long, ByVal nPlanes As Long, ByVal nBitCount As Long, lpBits As Any) As Long"
  2347.         },
  2348.         {
  2349.             "ID": 444,
  2350.             "ChunkNum": 1,
  2351.             "FullName": "Declare Function CreateBitmapIndirect Lib \"gdi32\" Alias \"CreateBitmapIndirect\" (lpBitmap As BITMAP) As Long"
  2352.         },
  2353.         {
  2354.             "ID": 445,
  2355.             "ChunkNum": 1,
  2356.             "FullName": "Declare Function CreateBrushIndirect Lib \"gdi32\" Alias \"CreateBrushIndirect\" (lpLogBrush As LOGBRUSH) As Long"
  2357.         },
  2358.         {
  2359.             "ID": 446,
  2360.             "ChunkNum": 1,
  2361.             "FullName": "Declare Function CreateCompatibleBitmap Lib \"gdi32\" Alias \"CreateCompatibleBitmap\" (ByVal hdc As Long, ByVal nWidth As Long, ByVal nHeight As Long) As Long"
  2362.         },
  2363.         {
  2364.             "ID": 447,
  2365.             "ChunkNum": 1,
  2366.             "FullName": "Declare Function CreateDiscardableBitmap Lib \"gdi32\" Alias \"CreateDiscardableBitmap\" (ByVal hdc As Long, ByVal nWidth As Long, ByVal nHeight As Long) As Long"
  2367.         },
  2368.         {
  2369.             "ID": 448,
  2370.             "ChunkNum": 1,
  2371.             "FullName": "Declare Function CreateCompatibleDC Lib \"gdi32\" Alias \"CreateCompatibleDC\" (ByVal hdc As Long) As Long"
  2372.         },
  2373.         {
  2374.             "ID": 449,
  2375.             "ChunkNum": 1,
  2376.             "FullName": "Declare Function CreateDC Lib \"gdi32\" Alias \"CreateDCA\" (ByVal lpDriverName As String, ByVal lpDeviceName As String, ByVal lpOutput As String, lpInitData As DEVMODE) As Long"
  2377.         },
  2378.         {
  2379.             "ID": 450,
  2380.             "ChunkNum": 1,
  2381.             "FullName": "Declare Function CreateDIBitmap Lib \"gdi32\" Alias \"CreateDIBitmap\" (ByVal hdc As Long, lpInfoHeader As BITMAPINFOHEADER, ByVal dwUsage As Long, lpInitBits As Any, lpInitInfo As BITMAPINFO, ByVal wUsage As Long) As Long"
  2382.         },
  2383.         {
  2384.             "ID": 451,
  2385.             "ChunkNum": 1,
  2386.             "FullName": "Declare Function CreateDIBPatternBrush Lib \"gdi32\" Alias \"CreateDIBPatternBrush\" (ByVal hPackedDIB As Long, ByVal wUsage As Long) As Long"
  2387.         },
  2388.         {
  2389.             "ID": 452,
  2390.             "ChunkNum": 1,
  2391.             "FullName": "Declare Function CreateDIBPatternBrushPt Lib \"gdi32\" Alias \"CreateDIBPatternBrushPt\" (lpPackedDIB As Any, ByVal iUsage As Long) As Long"
  2392.         },
  2393.         {
  2394.             "ID": 453,
  2395.             "ChunkNum": 1,
  2396.             "FullName": "Declare Function CreateEllipticRgnIndirect Lib \"gdi32\" Alias \"CreateEllipticRgnIndirect\" (lpRect As Rect) As Long"
  2397.         },
  2398.         {
  2399.             "ID": 454,
  2400.             "ChunkNum": 1,
  2401.             "FullName": "Declare Function CreateEllipticRgn Lib \"gdi32\" Alias \"CreateEllipticRgn\" (ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long) As Long"
  2402.         },
  2403.         {
  2404.             "ID": 455,
  2405.             "ChunkNum": 1,
  2406.             "FullName": "Declare Function CreateFontIndirect Lib \"gdi32\" Alias \"CreateFontIndirectA\" (lpLogFont As LOGFONT) As Long"
  2407.         },
  2408.         {
  2409.             "ID": 456,
  2410.             "ChunkNum": 2,
  2411.             "FullName": " Q As Long, ByVal PAF As Long, ByVal F As String) As Long"
  2412.         },
  2413.         {
  2414.             "ID": 456,
  2415.             "ChunkNum": 1,
  2416.             "FullName": "Declare Function CreateFont Lib \"gdi32\" Alias \"CreateFontA\" (ByVal H As Long, ByVal W As Long, ByVal E As Long, ByVal O As Long, ByVal W As Long, ByVal I As Long, ByVal u As Long, ByVal S As Long, ByVal C As Long, ByVal OP As Long, ByVal CP As Long, ByVal"
  2417.         },
  2418.         {
  2419.             "ID": 457,
  2420.             "ChunkNum": 1,
  2421.             "FullName": "Declare Function CreateHatchBrush Lib \"gdi32\" Alias \"CreateHatchBrush\" (ByVal nIndex As Long, ByVal crColor As Long) As Long"
  2422.         },
  2423.         {
  2424.             "ID": 458,
  2425.             "ChunkNum": 1,
  2426.             "FullName": "Declare Function CreateIC Lib \"gdi32\" Alias \"CreateICA\" (ByVal lpDriverName As String, ByVal lpDeviceName As String, ByVal lpOutput As String, lpInitData As DEVMODE) As Long"
  2427.         },
  2428.         {
  2429.             "ID": 459,
  2430.             "ChunkNum": 1,
  2431.             "FullName": "Declare Function CreateMetaFile Lib \"gdi32\" Alias \"CreateMetaFileA\" (ByVal lpString As String) As Long"
  2432.         },
  2433.         {
  2434.             "ID": 460,
  2435.             "ChunkNum": 1,
  2436.             "FullName": "Declare Function CreatePalette Lib \"gdi32\" Alias \"CreatePalette\" (lpLogPalette As LOGPALETTE) As Long"
  2437.         },
  2438.         {
  2439.             "ID": 461,
  2440.             "ChunkNum": 1,
  2441.             "FullName": "Declare Function CreatePen Lib \"gdi32\" Alias \"CreatePen\" (ByVal nPenStyle As Long, ByVal nWidth As Long, ByVal crColor As Long) As Long"
  2442.         },
  2443.         {
  2444.             "ID": 462,
  2445.             "ChunkNum": 1,
  2446.             "FullName": "Declare Function CreatePenIndirect Lib \"gdi32\" Alias \"CreatePenIndirect\" (lpLogPen As LOGPEN) As Long"
  2447.         },
  2448.         {
  2449.             "ID": 463,
  2450.             "ChunkNum": 1,
  2451.             "FullName": "Declare Function CreateRectRgn Lib \"gdi32\" Alias \"CreateRectRgn\" (ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long) As Long"
  2452.         },
  2453.         {
  2454.             "ID": 464,
  2455.             "ChunkNum": 1,
  2456.             "FullName": "Declare Function CreateRectRgnIndirect Lib \"gdi32\" Alias \"CreateRectRgnIndirect\" (lpRect As RECT) As Long"
  2457.         },
  2458.         {
  2459.             "ID": 465,
  2460.             "ChunkNum": 1,
  2461.             "FullName": "Declare Function CreatePolyPolygonRgn Lib \"gdi32\" Alias \"CreatePolyPolygonRgn\" (lpPoint As POINTAPI, lpPolyCounts As Long, ByVal nCount As Long, ByVal nPolyFillMode As Long) As Long"
  2462.         },
  2463.         {
  2464.             "ID": 466,
  2465.             "ChunkNum": 1,
  2466.             "FullName": "Declare Function CreatePatternBrush Lib \"gdi32\" Alias \"CreatePatternBrush\" (ByVal hBitmap As Long) As Long"
  2467.         },
  2468.         {
  2469.             "ID": 467,
  2470.             "ChunkNum": 1,
  2471.             "FullName": "Declare Function CreateRoundRectRgn Lib \"gdi32\" Alias \"CreateRoundRectRgn\" (ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long, ByVal X3 As Long, ByVal Y3 As Long) As Long"
  2472.         },
  2473.         {
  2474.             "ID": 468,
  2475.             "ChunkNum": 1,
  2476.             "FullName": "Declare Function CreateScalableFontResource Lib \"gdi32\" Alias \"CreateScalableFontResourceA\" (ByVal fHidden As Long, ByVal lpszResourceFile As String, ByVal lpszFontFile As String, ByVal lpszCurrentPath As String) As Long"
  2477.         },
  2478.         {
  2479.             "ID": 469,
  2480.             "ChunkNum": 1,
  2481.             "FullName": "Declare Function CreateSolidBrush Lib \"gdi32\" Alias \"CreateSolidBrush\" (ByVal crColor As Long) As Long"
  2482.         },
  2483.         {
  2484.             "ID": 470,
  2485.             "ChunkNum": 1,
  2486.             "FullName": "Declare Function DeleteDC Lib \"gdi32\" Alias \"DeleteDC\" (ByVal hdc As Long) As Long"
  2487.         },
  2488.         {
  2489.             "ID": 471,
  2490.             "ChunkNum": 1,
  2491.             "FullName": "Declare Function DeleteObject Lib \"gdi32\" Alias \"DeleteObject\" (ByVal hObject As Long) As Long"
  2492.         },
  2493.         {
  2494.             "ID": 472,
  2495.             "ChunkNum": 1,
  2496.             "FullName": "Declare Function DeleteMetaFile Lib \"gdi32\" Alias \"DeleteMetaFile\" (ByVal hMF As Long) As Long"
  2497.         },
  2498.         {
  2499.             "ID": 473,
  2500.             "ChunkNum": 1,
  2501.             "FullName": "Declare Function DeviceCapabilities Lib \"winspool.drv\" Alias \"DeviceCapabilitiesA\" (ByVal lpDeviceName As String, ByVal lpPort As String, ByVal iIndex As Long, ByVal lpOutput As String, lpDevMode As DEVMODE) As Long"
  2502.         },
  2503.         {
  2504.             "ID": 474,
  2505.             "ChunkNum": 1,
  2506.             "FullName": "Declare Function Ellipse Lib \"gdi32\" Alias \"Ellipse\" (ByVal hdc As Long, ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long) As Long"
  2507.         },
  2508.         {
  2509.             "ID": 475,
  2510.             "ChunkNum": 1,
  2511.             "FullName": "Declare Function EqualRgn Lib \"gdi32\" Alias \"EqualRgn\" (ByVal hSrcRgn1 As Long, ByVal hSrcRgn2 As Long) As Long"
  2512.         },
  2513.         {
  2514.             "ID": 476,
  2515.             "ChunkNum": 1,
  2516.             "FullName": "Declare Function Escape Lib \"gdi32\" Alias \"Escape\" (ByVal hdc As Long, ByVal nEscape As Long, ByVal nCount As Long, ByVal lpInData As String, lpOutData As Any) As Long"
  2517.         },
  2518.         {
  2519.             "ID": 477,
  2520.             "ChunkNum": 1,
  2521.             "FullName": "Declare Function ExtEscape Lib \"gdi32\" Alias \"ExtEscape\" (ByVal hdc As Long, ByVal nEscape As Long, ByVal cbInput As Long, ByVal lpszInData As String, ByVal cbOutput As Long, ByVal lpszOutData As String) As Long"
  2522.         },
  2523.         {
  2524.             "ID": 478,
  2525.             "ChunkNum": 1,
  2526.             "FullName": "Declare Function DrawEscape Lib \"gdi32\" Alias \"DrawEscape\" (ByVal hdc As Long, ByVal nEscape As Long, ByVal cbInput As Long, ByVal lpszInData As String) As Long"
  2527.         },
  2528.         {
  2529.             "ID": 479,
  2530.             "ChunkNum": 1,
  2531.             "FullName": "Declare Function ExcludeClipRect Lib \"gdi32\" Alias \"ExcludeClipRect\" (ByVal hdc As Long, ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long) As Long"
  2532.         },
  2533.         {
  2534.             "ID": 480,
  2535.             "ChunkNum": 1,
  2536.             "FullName": "Declare Function ExtCreateRegion Lib \"gdi32\" Alias \"ExtCreateRegion\" (lpXform As xform, ByVal nCount As Long, lpRgnData As RGNDATA) As Long"
  2537.         },
  2538.         {
  2539.             "ID": 481,
  2540.             "ChunkNum": 1,
  2541.             "FullName": "Declare Function ExtFloodFill Lib \"gdi32\" Alias \"ExtFloodFill\" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, ByVal crColor As Long, ByVal wFillType As Long) As Long"
  2542.         },
  2543.         {
  2544.             "ID": 482,
  2545.             "ChunkNum": 1,
  2546.             "FullName": "Declare Function FillRgn Lib \"gdi32\" Alias \"FillRgn\" (ByVal hdc As Long, ByVal hRgn As Long, ByVal hBrush As Long) As Long"
  2547.         },
  2548.         {
  2549.             "ID": 483,
  2550.             "ChunkNum": 1,
  2551.             "FullName": "Declare Function FrameRgn Lib \"gdi32\" Alias \"FrameRgn\" (ByVal hdc As Long, ByVal hRgn As Long, ByVal hBrush As Long, ByVal nWidth As Long, ByVal nHeight As Long) As Long"
  2552.         },
  2553.         {
  2554.             "ID": 484,
  2555.             "ChunkNum": 1,
  2556.             "FullName": "Declare Function FloodFill Lib \"gdi32\" Alias \"FloodFill\" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, ByVal crColor As Long) As Long"
  2557.         },
  2558.         {
  2559.             "ID": 485,
  2560.             "ChunkNum": 1,
  2561.             "FullName": "Declare Function GetROP2 Lib \"gdi32\" Alias \"GetROP2\" (ByVal hdc As Long) As Long"
  2562.         },
  2563.         {
  2564.             "ID": 486,
  2565.             "ChunkNum": 1,
  2566.             "FullName": "Declare Function GetAspectRatioFilterEx Lib \"gdi32\" Alias \"GetAspectRatioFilterEx\" (ByVal hdc As Long, lpAspectRatio As SIZE) As Long"
  2567.         },
  2568.         {
  2569.             "ID": 487,
  2570.             "ChunkNum": 1,
  2571.             "FullName": "Declare Function GetBkColor Lib \"gdi32\" Alias \"GetBkColor\" (ByVal hdc As Long) As Long"
  2572.         },
  2573.         {
  2574.             "ID": 488,
  2575.             "ChunkNum": 1,
  2576.             "FullName": "Declare Function GetBkMode Lib \"gdi32\" Alias \"GetBkMode\" (ByVal hdc As Long) As Long"
  2577.         },
  2578.         {
  2579.             "ID": 489,
  2580.             "ChunkNum": 1,
  2581.             "FullName": "Declare Function GetBitmapBits Lib \"gdi32\" Alias \"GetBitmapBits\" (ByVal hBitmap As Long, ByVal dwCount As Long, lpBits As Any) As Long"
  2582.         },
  2583.         {
  2584.             "ID": 490,
  2585.             "ChunkNum": 1,
  2586.             "FullName": "Declare Function GetBitmapDimensionEx Lib \"gdi32\" Alias \"GetBitmapDimensionEx\" (ByVal hBitmap As Long, lpDimension As SIZE) As Long"
  2587.         },
  2588.         {
  2589.             "ID": 491,
  2590.             "ChunkNum": 1,
  2591.             "FullName": "Declare Function GetBoundsRect Lib \"gdi32\" Alias \"GetBoundsRect\" (ByVal hdc As Long, lprcBounds As RECT, ByVal flags As Long) As Long"
  2592.         },
  2593.         {
  2594.             "ID": 492,
  2595.             "ChunkNum": 1,
  2596.             "FullName": " Declare Function GetCharWidth Lib \"gdi32\" Alias \"GetCharWidthA\" (ByVal hdc As Long, ByVal wFirstChar As Long, ByVal wLastChar As Long, lpBuffer As Long) As Long"
  2597.         },
  2598.         {
  2599.             "ID": 493,
  2600.             "ChunkNum": 1,
  2601.             "FullName": "Declare Function GetCharWidth32 Lib \"gdi32\" Alias \"GetCharWidth32A\" (ByVal hdc As Long, ByVal iFirstChar As Long, ByVal iLastChar As Long, lpBuffer As Long) As Long"
  2602.         },
  2603.         {
  2604.             "ID": 494,
  2605.             "ChunkNum": 1,
  2606.             "FullName": "Declare Function GetCharWidthFloat Lib \"gdi32\" Alias \"GetCharWidthFloatA\" (ByVal hdc As Long, ByVal iFirstChar As Long, ByVal iLastChar As Long, pxBuffer As Double) As Long"
  2607.         },
  2608.         {
  2609.             "ID": 495,
  2610.             "ChunkNum": 1,
  2611.             "FullName": "Declare Function GetCharABCWidths Lib \"gdi32\" Alias \"GetCharABCWidthsA\" (ByVal hdc As Long, ByVal uFirstChar As Long, ByVal uLastChar As Long, lpabc As ABC) As Long"
  2612.         },
  2613.         {
  2614.             "ID": 496,
  2615.             "ChunkNum": 1,
  2616.             "FullName": "Declare Function GetCharABCWidthsFloat Lib \"gdi32\" Alias \"GetCharABCWidthsFloatA\" (ByVal hdc As Long, ByVal iFirstChar As Long, ByVal iLastChar As Long, lpABCF As ABCFLOAT) As Long"
  2617.         },
  2618.         {
  2619.             "ID": 497,
  2620.             "ChunkNum": 1,
  2621.             "FullName": "Declare Function GetClipBox Lib \"gdi32\" Alias \"GetClipBox\" (ByVal hdc As Long, lpRect As RECT) As Long"
  2622.         },
  2623.         {
  2624.             "ID": 498,
  2625.             "ChunkNum": 1,
  2626.             "FullName": "Declare Function GetClipRgn Lib \"gdi32\" Alias \"GetClipRgn\" (ByVal hdc As Long, ByVal hRgn As Long) As Long"
  2627.         },
  2628.         {
  2629.             "ID": 499,
  2630.             "ChunkNum": 1,
  2631.             "FullName": "Declare Function GetMetaRgn Lib \"gdi32\" Alias \"GetMetaRgn\" (ByVal hdc As Long, ByVal hRgn As Long) As Long"
  2632.         },
  2633.         {
  2634.             "ID": 500,
  2635.             "ChunkNum": 1,
  2636.             "FullName": "Declare Function GetCurrentObject Lib \"gdi32\" Alias \"GetCurrentObject\" (ByVal hdc As Long, ByVal uObjectType As Long) As Long"
  2637.         },
  2638.         {
  2639.             "ID": 501,
  2640.             "ChunkNum": 1,
  2641.             "FullName": "Declare Function GetCurrentPositionEx Lib \"gdi32\" Alias \"GetCurrentPositionEx\" (ByVal hdc As Long, lpPoint As POINTAPI) As Long"
  2642.         },
  2643.         {
  2644.             "ID": 502,
  2645.             "ChunkNum": 1,
  2646.             "FullName": "Declare Function GetDeviceCaps Lib \"gdi32\" Alias \"GetDeviceCaps\" (ByVal hdc As Long, ByVal nIndex As Long) As Long"
  2647.         },
  2648.         {
  2649.             "ID": 503,
  2650.             "ChunkNum": 1,
  2651.             "FullName": "Declare Function GetDIBits Lib \"gdi32\" Alias \"GetDIBits\" (ByVal aHDC As Long, ByVal hBitmap As Long, ByVal nStartScan As Long, ByVal nNumScans As Long, lpBits As Any, lpBI As BITMAPINFO, ByVal wUsage As Long) As Long"
  2652.         },
  2653.         {
  2654.             "ID": 504,
  2655.             "ChunkNum": 1,
  2656.             "FullName": "Declare Function GetFontData Lib \"gdi32\" Alias \"GetFontDataA\" (ByVal hdc As Long, ByVal dwTable As Long, ByVal dwOffset As Long, lpvBuffer As Any, ByVal cbData As Long) As Long"
  2657.         },
  2658.         {
  2659.             "ID": 505,
  2660.             "ChunkNum": 1,
  2661.             "FullName": "Declare Function GetGlyphOutline Lib \"gdi32\" Alias \"GetGlyphOutlineA\" (ByVal hdc As Long, ByVal uChar As Long, ByVal fuFormat As Long, lpgm As GLYPHMETRICS, ByVal cbBuffer As Long, lpBuffer As Any, lpmat2 As MAT2) As Long"
  2662.         },
  2663.         {
  2664.             "ID": 506,
  2665.             "ChunkNum": 1,
  2666.             "FullName": "Declare Function GetGraphicsMode Lib \"gdi32\" Alias \"GetGraphicsMode\" (ByVal hdc As Long) As Long"
  2667.         },
  2668.         {
  2669.             "ID": 507,
  2670.             "ChunkNum": 1,
  2671.             "FullName": "Declare Function GetMapMode Lib \"gdi32\" Alias \"GetMapMode\" (ByVal hdc As Long) As Long"
  2672.         },
  2673.         {
  2674.             "ID": 508,
  2675.             "ChunkNum": 1,
  2676.             "FullName": "Declare Function GetMetaFileBitsEx Lib \"gdi32\" Alias \"GetMetaFileBitsEx\" (ByVal hMF As Long, ByVal nSize As Long, lpvData As Any) As Long"
  2677.         },
  2678.         {
  2679.             "ID": 509,
  2680.             "ChunkNum": 1,
  2681.             "FullName": "Declare Function GetMetaFile Lib \"gdi32\" Alias \"GetMetaFileA\" (ByVal lpFileName As String) As Long"
  2682.         },
  2683.         {
  2684.             "ID": 510,
  2685.             "ChunkNum": 1,
  2686.             "FullName": "Declare Function GetNearestColor Lib \"gdi32\" Alias \"GetNearestColor\" (ByVal hdc As Long, ByVal crColor As Long) As Long"
  2687.         },
  2688.         {
  2689.             "ID": 511,
  2690.             "ChunkNum": 1,
  2691.             "FullName": "Declare Function GetNearestPaletteIndex Lib \"gdi32\" Alias \"GetNearestPaletteIndex\" (ByVal hPalette As Long, ByVal crColor As Long) As Long"
  2692.         },
  2693.         {
  2694.             "ID": 512,
  2695.             "ChunkNum": 1,
  2696.             "FullName": "Declare Function GetObjectType Lib \"gdi32\" Alias \"GetObjectType\" (ByVal hgdiobj As Long) As Long"
  2697.         },
  2698.         {
  2699.             "ID": 513,
  2700.             "ChunkNum": 1,
  2701.             "FullName": "Declare Function GetOutlineTextMetrics Lib \"gdi32\" Alias \"GetOutlineTextMetricsA\" (ByVal hdc As Long, ByVal cbData As Long, lpotm As OUTLINETEXTMETRIC) As Long"
  2702.         },
  2703.         {
  2704.             "ID": 514,
  2705.             "ChunkNum": 1,
  2706.             "FullName": "Declare Function GetPaletteEntries Lib \"gdi32\" Alias \"GetPaletteEntries\" (ByVal hPalette As Long, ByVal wStartIndex As Long, ByVal wNumEntries As Long, lpPaletteEntries As PALETTEENTRY) As Long"
  2707.         },
  2708.         {
  2709.             "ID": 515,
  2710.             "ChunkNum": 1,
  2711.             "FullName": "Declare Function GetPixel Lib \"gdi32\" Alias \"GetPixel\" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long) As Long"
  2712.         },
  2713.         {
  2714.             "ID": 516,
  2715.             "ChunkNum": 1,
  2716.             "FullName": "Declare Function GetPolyFillMode Lib \"gdi32\" Alias \"GetPolyFillMode\" (ByVal hdc As Long) As Long"
  2717.         },
  2718.         {
  2719.             "ID": 517,
  2720.             "ChunkNum": 1,
  2721.             "FullName": "Declare Function GetRasterizerCaps Lib \"gdi32\" Alias \"GetRasterizerCaps\" (lpraststat As RASTERIZER_STATUS, ByVal cb As Long) As Long"
  2722.         },
  2723.         {
  2724.             "ID": 518,
  2725.             "ChunkNum": 1,
  2726.             "FullName": "Declare Function GetRegionData Lib \"gdi32\" Alias \"GetRegionDataA\" (ByVal hRgn As Long, ByVal dwCount As Long, lpRgnData As RgnData) As Long"
  2727.         },
  2728.         {
  2729.             "ID": 519,
  2730.             "ChunkNum": 1,
  2731.             "FullName": "Declare Function GetRgnBox Lib \"gdi32\" Alias \"GetRgnBox\" (ByVal hRgn As Long, lpRect As RECT) As Long"
  2732.         },
  2733.         {
  2734.             "ID": 520,
  2735.             "ChunkNum": 1,
  2736.             "FullName": "Declare Function GetStockObject Lib \"gdi32\" Alias \"GetStockObject\" (ByVal nIndex As Long) As Long"
  2737.         },
  2738.         {
  2739.             "ID": 521,
  2740.             "ChunkNum": 1,
  2741.             "FullName": "Declare Function GetStretchBltMode Lib \"gdi32\" Alias \"GetStretchBltMode\" (ByVal hdc As Long) As Long"
  2742.         },
  2743.         {
  2744.             "ID": 522,
  2745.             "ChunkNum": 1,
  2746.             "FullName": "Declare Function GetSystemPaletteEntries Lib \"gdi32\" Alias \"GetSystemPaletteEntries\" (ByVal hdc As Long, ByVal wStartIndex As Long, ByVal wNumEntries As Long, lpPaletteEntries As PALETTEENTRY) As Long"
  2747.         },
  2748.         {
  2749.             "ID": 523,
  2750.             "ChunkNum": 1,
  2751.             "FullName": "Declare Function GetSystemPaletteUse Lib \"gdi32\" Alias \"GetSystemPaletteUse\" (ByVal hdc As Long) As Long"
  2752.         },
  2753.         {
  2754.             "ID": 524,
  2755.             "ChunkNum": 1,
  2756.             "FullName": "Declare Function GetTextCharacterExtra Lib \"gdi32\" Alias \"GetTextCharacterExtraA\" (ByVal hdc As Long) As Long"
  2757.         },
  2758.         {
  2759.             "ID": 525,
  2760.             "ChunkNum": 1,
  2761.             "FullName": "Declare Function GetTextAlign Lib \"gdi32\" Alias \"GetTextAlign\" (ByVal hdc As Long) As Long"
  2762.         },
  2763.         {
  2764.             "ID": 526,
  2765.             "ChunkNum": 1,
  2766.             "FullName": "Declare Function GetTextColor Lib \"gdi32\" Alias \"GetTextColor\" (ByVal hdc As Long) As Long"
  2767.         },
  2768.         {
  2769.             "ID": 527,
  2770.             "ChunkNum": 1,
  2771.             "FullName": "Declare Function GetTextExtentPoint Lib \"gdi32\" Alias \"GetTextExtentPointA\" (ByVal hdc As Long, ByVal lpszString As String, ByVal cbString As Long, lpSize As SIZE) As Long"
  2772.         },
  2773.         {
  2774.             "ID": 528,
  2775.             "ChunkNum": 1,
  2776.             "FullName": "Declare Function GetTextExtentPoint32 Lib \"gdi32\" Alias \"GetTextExtentPoint32A\" (ByVal hdc As Long, ByVal lpsz As String, ByVal cbString As Long, lpSize As SIZE) As Long"
  2777.         },
  2778.         {
  2779.             "ID": 529,
  2780.             "ChunkNum": 1,
  2781.             "FullName": "Declare Function GetTextExtentExPoint Lib \"gdi32\" Alias \"GetTextExtentExPointA\" (ByVal hdc As Long, ByVal lpszStr As String, ByVal cchString As Long, ByVal nMaxExtent As Long, lpnFit As Long, alpDx As Long, lpSize As SIZE) As Long"
  2782.         },
  2783.         {
  2784.             "ID": 530,
  2785.             "ChunkNum": 1,
  2786.             "FullName": "Declare Function GetViewportExtEx Lib \"gdi32\" Alias \"GetViewportExtEx\" (ByVal hdc As Long, lpSize As SIZE) As Long"
  2787.         },
  2788.         {
  2789.             "ID": 531,
  2790.             "ChunkNum": 1,
  2791.             "FullName": "Declare Function GetViewportOrgEx Lib \"gdi32\" Alias \"GetViewportOrgEx\" (ByVal hdc As Long, lpPoint As POINTAPI) As Long"
  2792.         },
  2793.         {
  2794.             "ID": 532,
  2795.             "ChunkNum": 1,
  2796.             "FullName": "Declare Function GetWindowExtEx Lib \"gdi32\" Alias \"GetWindowExtEx\" (ByVal hdc As Long, lpSize As SIZE) As Long"
  2797.         },
  2798.         {
  2799.             "ID": 533,
  2800.             "ChunkNum": 1,
  2801.             "FullName": "Declare Function GetWindowOrgEx Lib \"gdi32\" Alias \"GetWindowOrgEx\" (ByVal hdc As Long, lpPoint As POINTAPI) As Long"
  2802.         },
  2803.         {
  2804.             "ID": 534,
  2805.             "ChunkNum": 1,
  2806.             "FullName": "Declare Function IntersectClipRect Lib \"gdi32\" Alias \"IntersectClipRect\" (ByVal hdc As Long, ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long) As Long"
  2807.         },
  2808.         {
  2809.             "ID": 535,
  2810.             "ChunkNum": 1,
  2811.             "FullName": "Declare Function InvertRgn Lib \"gdi32\" Alias \"InvertRgn\" (ByVal hdc As Long, ByVal hRgn As Long) As Long"
  2812.         },
  2813.         {
  2814.             "ID": 536,
  2815.             "ChunkNum": 1,
  2816.             "FullName": "Declare Function LineTo Lib \"gdi32\" Alias \"LineTo\" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long) As Long"
  2817.         },
  2818.         {
  2819.             "ID": 537,
  2820.             "ChunkNum": 1,
  2821.             "FullName": "Declare Function MaskBlt Lib \"gdi32\" Alias \"MaskBlt\" (ByVal hdcDest As Long, ByVal nXDest As Long, ByVal nYDest As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal hdcSrc As Long, ByVal nXSrc As Long, ByVal nYSrc As Long, ByVal hbmMask As Long, By"
  2822.         },
  2823.         {
  2824.             "ID": 537,
  2825.             "ChunkNum": 2,
  2826.             "FullName": "Val xMask As Long, ByVal yMask As Long, ByVal dwRop As Long) As Long"
  2827.         },
  2828.         {
  2829.             "ID": 538,
  2830.             "ChunkNum": 2,
  2831.             "FullName": "yMask As Long) As Long"
  2832.         },
  2833.         {
  2834.             "ID": 538,
  2835.             "ChunkNum": 1,
  2836.             "FullName": "Declare Function PlgBlt Lib \"gdi32\" Alias \"PlgBlt\" (ByVal hdcDest As Long, lpPoint As POINTAPI, ByVal hdcSrc As Long, ByVal nXSrc As Long, ByVal nYSrc As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal hbmMask As Long, ByVal xMask As Long, ByVal "
  2837.         },
  2838.         {
  2839.             "ID": 539,
  2840.             "ChunkNum": 1,
  2841.             "FullName": "Declare Function OffsetClipRgn Lib \"gdi32\" Alias \"OffsetClipRgn\" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long) As Long"
  2842.         },
  2843.         {
  2844.             "ID": 540,
  2845.             "ChunkNum": 1,
  2846.             "FullName": "Declare Function OffsetRgn Lib \"gdi32\" Alias \"OffsetRgn\" (ByVal hRgn As Long, ByVal x As Long, ByVal y As Long) As Long"
  2847.         },
  2848.         {
  2849.             "ID": 541,
  2850.             "ChunkNum": 1,
  2851.             "FullName": "Declare Function PatBlt Lib \"gdi32\" Alias \"PatBlt\" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal dwRop As Long) As Long"
  2852.         },
  2853.         {
  2854.             "ID": 542,
  2855.             "ChunkNum": 1,
  2856.             "FullName": "Declare Function Pie Lib \"gdi32\" Alias \"Pie\" (ByVal hdc As Long, ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long, ByVal X3 As Long, ByVal Y3 As Long, ByVal X4 As Long, ByVal Y4 As Long) As Long"
  2857.         },
  2858.         {
  2859.             "ID": 543,
  2860.             "ChunkNum": 1,
  2861.             "FullName": "Declare Function PlayMetaFile Lib \"gdi32\" Alias \"PlayMetaFile\" (ByVal hdc As Long, ByVal hMF As Long) As Long"
  2862.         },
  2863.         {
  2864.             "ID": 544,
  2865.             "ChunkNum": 1,
  2866.             "FullName": "Declare Function PaintRgn Lib \"gdi32\" Alias \"PaintRgn\" (ByVal hdc As Long, ByVal hRgn As Long) As Long"
  2867.         },
  2868.         {
  2869.             "ID": 545,
  2870.             "ChunkNum": 1,
  2871.             "FullName": "Declare Function PolyPolygon Lib \"gdi32\" Alias \"PolyPolygon\" (ByVal hdc As Long, lpPoint As POINTAPI, lpPolyCounts As Long, ByVal nCount As Long) As Long"
  2872.         },
  2873.         {
  2874.             "ID": 546,
  2875.             "ChunkNum": 1,
  2876.             "FullName": "Declare Function PtInRegion Lib \"gdi32\" Alias \"PtInRegion\" (ByVal hRgn As Long, ByVal x As Long, ByVal y As Long) As Long"
  2877.         },
  2878.         {
  2879.             "ID": 547,
  2880.             "ChunkNum": 1,
  2881.             "FullName": "Declare Function PtVisible Lib \"gdi32\" Alias \"PtVisible\" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long) As Long"
  2882.         },
  2883.         {
  2884.             "ID": 548,
  2885.             "ChunkNum": 1,
  2886.             "FullName": "Declare Function RectVisible Lib \"gdi32\" Alias \"RectVisible\" (ByVal hdc As Long, lpRect As RECT) As Long"
  2887.         },
  2888.         {
  2889.             "ID": 549,
  2890.             "ChunkNum": 1,
  2891.             "FullName": "Declare Function RectInRegion Lib \"gdi32\" Alias \"RectInRegion\" (ByVal hRgn As Long, lpRect As RECT) As Long"
  2892.         },
  2893.         {
  2894.             "ID": 550,
  2895.             "ChunkNum": 1,
  2896.             "FullName": "Declare Function Rectangle Lib \"gdi32\" Alias \"Rectangle\" (ByVal hdc As Long, ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long) As Long"
  2897.         },
  2898.         {
  2899.             "ID": 551,
  2900.             "ChunkNum": 1,
  2901.             "FullName": "Declare Function RestoreDC Lib \"gdi32\" Alias \"RestoreDC\" (ByVal hdc As Long, ByVal nSavedDC As Long) As Long"
  2902.         },
  2903.         {
  2904.             "ID": 552,
  2905.             "ChunkNum": 1,
  2906.             "FullName": "Declare Function ResetDC Lib \"gdi32\" Alias \"ResetDCA\" (ByVal hdc As Long, lpInitData As DEVMODE) As Long"
  2907.         },
  2908.         {
  2909.             "ID": 553,
  2910.             "ChunkNum": 1,
  2911.             "FullName": "Declare Function RealizePalette Lib \"gdi32\" Alias \"RealizePalette\" (ByVal hdc As Long) As Long"
  2912.         },
  2913.         {
  2914.             "ID": 554,
  2915.             "ChunkNum": 1,
  2916.             "FullName": "Declare Function RemoveFontResource Lib \"gdi32\" Alias \"RemoveFontResourceA\" (ByVal lpFileName As String) As Long"
  2917.         },
  2918.         {
  2919.             "ID": 555,
  2920.             "ChunkNum": 1,
  2921.             "FullName": "Declare Function RoundRect Lib \"gdi32\" Alias \"RoundRect\" (ByVal hdc As Long, ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long, ByVal X3 As Long, ByVal Y3 As Long) As Long"
  2922.         },
  2923.         {
  2924.             "ID": 556,
  2925.             "ChunkNum": 1,
  2926.             "FullName": "Declare Function ResizePalette Lib \"gdi32\" Alias \"ResizePalette\" (ByVal hPalette As Long, ByVal nNumEntries As Long) As Long"
  2927.         },
  2928.         {
  2929.             "ID": 557,
  2930.             "ChunkNum": 1,
  2931.             "FullName": "Declare Function SaveDC Lib \"gdi32\" Alias \"SaveDC\" (ByVal hdc As Long) As Long"
  2932.         },
  2933.         {
  2934.             "ID": 558,
  2935.             "ChunkNum": 1,
  2936.             "FullName": "Declare Function SelectClipRgn Lib \"gdi32\" Alias \"SelectClipRgn\" (ByVal hdc As Long, ByVal hRgn As Long) As Long"
  2937.         },
  2938.         {
  2939.             "ID": 559,
  2940.             "ChunkNum": 1,
  2941.             "FullName": "Declare Function ExtSelectClipRgn Lib \"gdi32\" Alias \"ExtSelectClipRgn\" (ByVal hdc As Long, ByVal hRgn As Long, ByVal fnMode As Long) As Long"
  2942.         },
  2943.         {
  2944.             "ID": 560,
  2945.             "ChunkNum": 1,
  2946.             "FullName": "Declare Function SetMetaRgn Lib \"gdi32\" Alias \"SetMetaRgn\" (ByVal hdc As Long) As Long"
  2947.         },
  2948.         {
  2949.             "ID": 561,
  2950.             "ChunkNum": 1,
  2951.             "FullName": "Declare Function SelectObject Lib \"gdi32\" Alias \"SelectObject\" (ByVal hdc As Long, ByVal hObject As Long) As Long"
  2952.         },
  2953.         {
  2954.             "ID": 562,
  2955.             "ChunkNum": 1,
  2956.             "FullName": "Declare Function SelectPalette Lib \"gdi32\" Alias \"SelectPalette\" (ByVal hdc As Long, ByVal hPalette As Long, ByVal bForceBackground As Long) As Long"
  2957.         },
  2958.         {
  2959.             "ID": 563,
  2960.             "ChunkNum": 1,
  2961.             "FullName": "Declare Function SetBkColor Lib \"gdi32\" Alias \"SetBkColor\" (ByVal hdc As Long, ByVal crColor As Long) As Long"
  2962.         },
  2963.         {
  2964.             "ID": 564,
  2965.             "ChunkNum": 1,
  2966.             "FullName": "Declare Function SetBkMode Lib \"gdi32\" Alias \"SetBkMode\" (ByVal hdc As Long, ByVal nBkMode As Long) As Long"
  2967.         },
  2968.         {
  2969.             "ID": 565,
  2970.             "ChunkNum": 1,
  2971.             "FullName": "Declare Function SetBitmapBits Lib \"gdi32\" Alias \"SetBitmapBits\" (ByVal hBitmap As Long, ByVal dwCount As Long, lpBits As Any) As Long"
  2972.         },
  2973.         {
  2974.             "ID": 566,
  2975.             "ChunkNum": 1,
  2976.             "FullName": "Declare Function SetBoundsRect Lib \"gdi32\" Alias \"SetBoundsRect\" (ByVal hdc As Long, lprcBounds As RECT, ByVal flags As Long) As Long"
  2977.         },
  2978.         {
  2979.             "ID": 567,
  2980.             "ChunkNum": 1,
  2981.             "FullName": "Declare Function SetDIBits Lib \"gdi32\" Alias \"SetDIBits\" (ByVal hdc As Long, ByVal hBitmap As Long, ByVal nStartScan As Long, ByVal nNumScans As Long, lpBits As Any, lpBI As BITMAPINFO, ByVal wUsage As Long) As Long"
  2982.         },
  2983.         {
  2984.             "ID": 568,
  2985.             "ChunkNum": 1,
  2986.             "FullName": "Declare Function SetDIBitsToDevice Lib \"gdi32\" Alias \"SetDIBitsToDevice\" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, ByVal dx As Long, ByVal dy As Long, ByVal SrcX As Long, ByVal SrcY As Long, ByVal Scan As Long, ByVal NumScans As Long, Bits As "
  2987.         },
  2988.         {
  2989.             "ID": 568,
  2990.             "ChunkNum": 2,
  2991.             "FullName": "Any, BitsInfo As BITMAPINFO, ByVal wUsage As Long) As Long"
  2992.         },
  2993.         {
  2994.             "ID": 569,
  2995.             "ChunkNum": 1,
  2996.             "FullName": "Declare Function SetMapperFlags Lib \"gdi32\" Alias \"SetMapperFlags\" (ByVal hdc As Long, ByVal dwFlag As Long) As Long"
  2997.         },
  2998.         {
  2999.             "ID": 570,
  3000.             "ChunkNum": 1,
  3001.             "FullName": "Declare Function SetGraphicsMode Lib \"gdi32\" Alias \"SetGraphicsMode\" (ByVal hdc As Long, ByVal iMode As Long) As Long"
  3002.         },
  3003.         {
  3004.             "ID": 571,
  3005.             "ChunkNum": 1,
  3006.             "FullName": "Declare Function SetMapMode Lib \"gdi32\" Alias \"SetMapMode\" (ByVal hdc As Long, ByVal nMapMode As Long) As Long"
  3007.         },
  3008.         {
  3009.             "ID": 572,
  3010.             "ChunkNum": 1,
  3011.             "FullName": "Declare Function SetMetaFileBitsEx Lib \"gdi32\" Alias \"SetMetaFileBitsEx\" (ByVal nSize As Long, lpData As Byte) As Long"
  3012.         },
  3013.         {
  3014.             "ID": 573,
  3015.             "ChunkNum": 1,
  3016.             "FullName": "Declare Function SetPaletteEntries Lib \"gdi32\" Alias \"SetPaletteEntries\" (ByVal hPalette As Long, ByVal wStartIndex As Long, ByVal wNumEntries As Long, lpPaletteEntries As PALETTEENTRY) As Long"
  3017.         },
  3018.         {
  3019.             "ID": 574,
  3020.             "ChunkNum": 1,
  3021.             "FullName": "Declare Function SetPixel Lib \"gdi32\" Alias \"SetPixel\" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, ByVal crColor As Long) As Long"
  3022.         },
  3023.         {
  3024.             "ID": 575,
  3025.             "ChunkNum": 1,
  3026.             "FullName": "Declare Function SetPixelV Lib \"gdi32\" Alias \"SetPixelV\" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, ByVal crColor As Long) As Long"
  3027.         },
  3028.         {
  3029.             "ID": 576,
  3030.             "ChunkNum": 1,
  3031.             "FullName": "Declare Function SetPolyFillMode Lib \"gdi32\" Alias \"SetPolyFillMode\" (ByVal hdc As Long, ByVal nPolyFillMode As Long) As Long"
  3032.         },
  3033.         {
  3034.             "ID": 577,
  3035.             "ChunkNum": 1,
  3036.             "FullName": "Declare Function StretchBlt Lib \"gdi32\" Alias \"StretchBlt\" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal hSrcDC As Long, ByVal xSrc As Long, ByVal ySrc As Long, ByVal nSrcWidth As Long, ByVal nSrc"
  3037.         },
  3038.         {
  3039.             "ID": 577,
  3040.             "ChunkNum": 2,
  3041.             "FullName": "Height As Long, ByVal dwRop As Long) As Long"
  3042.         },
  3043.         {
  3044.             "ID": 578,
  3045.             "ChunkNum": 1,
  3046.             "FullName": "Declare Function SetRectRgn Lib \"gdi32\" Alias \"SetRectRgn\" (ByVal hRgn As Long, ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long) As Long"
  3047.         },
  3048.         {
  3049.             "ID": 579,
  3050.             "ChunkNum": 1,
  3051.             "FullName": "Declare Function StretchDIBits Lib \"gdi32\" Alias \"StretchDIBits\" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, ByVal dx As Long, ByVal dy As Long, ByVal SrcX As Long, ByVal SrcY As Long, ByVal wSrcWidth As Long, ByVal wSrcHeight As Long, lpBits As"
  3052.         },
  3053.         {
  3054.             "ID": 579,
  3055.             "ChunkNum": 2,
  3056.             "FullName": " Any, lpBitsInfo As BITMAPINFO, ByVal wUsage As Long, ByVal dwRop As Long) As Long"
  3057.         },
  3058.         {
  3059.             "ID": 580,
  3060.             "ChunkNum": 1,
  3061.             "FullName": "Declare Function SetROP2 Lib \"gdi32\" Alias \"SetROP2\" (ByVal hdc As Long, ByVal nDrawMode As Long) As Long"
  3062.         },
  3063.         {
  3064.             "ID": 581,
  3065.             "ChunkNum": 1,
  3066.             "FullName": "Declare Function SetStretchBltMode Lib \"gdi32\" Alias \"SetStretchBltMode\" (ByVal hdc As Long, ByVal nStretchMode As Long) As Long"
  3067.         },
  3068.         {
  3069.             "ID": 582,
  3070.             "ChunkNum": 1,
  3071.             "FullName": "Declare Function SetSystemPaletteUse Lib \"gdi32\" Alias \"SetSystemPaletteUse\" (ByVal hdc As Long, ByVal wUsage As Long) As Long"
  3072.         },
  3073.         {
  3074.             "ID": 583,
  3075.             "ChunkNum": 1,
  3076.             "FullName": "Declare Function SetTextCharacterExtra Lib \"gdi32\" Alias \"SetTextCharacterExtraA\" (ByVal hdc As Long, ByVal nCharExtra As Long) As Long"
  3077.         },
  3078.         {
  3079.             "ID": 584,
  3080.             "ChunkNum": 1,
  3081.             "FullName": "Declare Function SetTextColor Lib \"gdi32\" Alias \"SetTextColor\" (ByVal hdc As Long, ByVal crColor As Long) As Long"
  3082.         },
  3083.         {
  3084.             "ID": 585,
  3085.             "ChunkNum": 1,
  3086.             "FullName": "Declare Function SetTextAlign Lib \"gdi32\" Alias \"SetTextAlign\" (ByVal hdc As Long, ByVal wFlags As Long) As Long"
  3087.         },
  3088.         {
  3089.             "ID": 586,
  3090.             "ChunkNum": 1,
  3091.             "FullName": "Declare Function SetTextJustification Lib \"gdi32\" Alias \"SetTextJustification\" (ByVal hdc As Long, ByVal nBreakExtra As Long, ByVal nBreakCount As Long) As Long"
  3092.         },
  3093.         {
  3094.             "ID": 587,
  3095.             "ChunkNum": 1,
  3096.             "FullName": "Declare Function UpdateColors Lib \"gdi32\" Alias \"UpdateColors\" (ByVal hdc As Long) As Long"
  3097.         },
  3098.         {
  3099.             "ID": 588,
  3100.             "ChunkNum": 1,
  3101.             "FullName": "Declare Function GetProcAddress Lib \"kernel32\" Alias \"GetProcAddress\" (ByVal hModule As Long, ByVal lpProcName As String) As Long"
  3102.         },
  3103.         {
  3104.             "ID": 589,
  3105.             "ChunkNum": 1,
  3106.             "FullName": "Declare Function PlayMetaFileRecord Lib \"gdi32\" Alias \"PlayMetaFileRecord\" (ByVal hdc As Long, lpHandletable As HANDLETABLE, lpMetaRecord As METARECORD, ByVal nHandles As Long) As Long"
  3107.         },
  3108.         {
  3109.             "ID": 590,
  3110.             "ChunkNum": 1,
  3111.             "FullName": "Declare Function CloseEnhMetaFile Lib \"gdi32\" Alias \"CloseEnhMetaFile\" (ByVal hdc As Long) As Long"
  3112.         },
  3113.         {
  3114.             "ID": 591,
  3115.             "ChunkNum": 1,
  3116.             "FullName": "Declare Function CopyEnhMetaFile Lib \"gdi32\" Alias \"CopyEnhMetaFileA\" (ByVal hemfSrc As Long, ByVal lpszFile As String) As Long"
  3117.         },
  3118.         {
  3119.             "ID": 592,
  3120.             "ChunkNum": 1,
  3121.             "FullName": "Declare Function CreateEnhMetaFile Lib \"gdi32\" Alias \"CreateEnhMetaFileA\" (ByVal hdcRef As Long, ByVal lpFileName As String, lpRect As RECT, ByVal lpDescription As String) As Long"
  3122.         },
  3123.         {
  3124.             "ID": 593,
  3125.             "ChunkNum": 1,
  3126.             "FullName": "Declare Function DeleteEnhMetaFile Lib \"gdi32\" Alias \"DeleteEnhMetaFile\" (ByVal hemf As Long) As Long"
  3127.         },
  3128.         {
  3129.             "ID": 594,
  3130.             "ChunkNum": 1,
  3131.             "FullName": "Declare Function EnumEnhMetaFile Lib \"gdi32\" Alias \"EnumEnhMetaFile\" (ByVal hdc As Long, ByVal hemf As Long, ByVal lpEnhMetaFunc As Long, lpData As Any, lpRect As RECT) As Long"
  3132.         },
  3133.         {
  3134.             "ID": 595,
  3135.             "ChunkNum": 1,
  3136.             "FullName": "Declare Function GetEnhMetaFile Lib \"gdi32\" Alias \"GetEnhMetaFileA\" (ByVal lpszMetaFile As String) As Long"
  3137.         },
  3138.         {
  3139.             "ID": 596,
  3140.             "ChunkNum": 1,
  3141.             "FullName": "Declare Function GetEnhMetaFileBits Lib \"gdi32\" Alias \"GetEnhMetaFileBits\" (ByVal hemf As Long, ByVal cbBuffer As Long, lpbBuffer As Byte) As Long"
  3142.         },
  3143.         {
  3144.             "ID": 597,
  3145.             "ChunkNum": 1,
  3146.             "FullName": "Declare Function GetEnhMetaFileDescription Lib \"gdi32\" Alias \"GetEnhMetaFileDescriptionA\" (ByVal hemf As Long, ByVal cchBuffer As Long, ByVal lpszDescription As String) As Long"
  3147.         },
  3148.         {
  3149.             "ID": 598,
  3150.             "ChunkNum": 1,
  3151.             "FullName": "Declare Function GetEnhMetaFileHeader Lib \"gdi32\" Alias \"GetEnhMetaFileHeader\" (ByVal hemf As Long, ByVal cbBuffer As Long, lpemh As ENHMETAHEADER) As Long"
  3152.         },
  3153.         {
  3154.             "ID": 599,
  3155.             "ChunkNum": 1,
  3156.             "FullName": "Declare Function GetEnhMetaFilePaletteEntries Lib \"gdi32\" Alias \"GetEnhMetaFilePaletteEntries\" (ByVal hemf As Long, ByVal cEntries As Long, lppe As PALETTEENTRY) As Long"
  3157.         },
  3158.         {
  3159.             "ID": 600,
  3160.             "ChunkNum": 1,
  3161.             "FullName": "Declare Function GetWinMetaFileBits Lib \"gdi32\" Alias \"GetWinMetaFileBits\" (ByVal hemf As Long, ByVal cbBuffer As Long, lpbBuffer As Byte, ByVal fnMapMode As Long, ByVal hdcRef As Long) As Long"
  3162.         },
  3163.         {
  3164.             "ID": 601,
  3165.             "ChunkNum": 1,
  3166.             "FullName": "Declare Function PlayEnhMetaFile Lib \"gdi32\" Alias \"PlayEnhMetaFile\" (ByVal hdc As Long, ByVal hemf As Long, lpRect As RECT) As Long"
  3167.         },
  3168.         {
  3169.             "ID": 602,
  3170.             "ChunkNum": 1,
  3171.             "FullName": "Declare Function PlayEnhMetaFileRecord Lib \"gdi32\" Alias \"PlayEnhMetaFileRecord\" (ByVal hdc As Long, lpHandletable As HANDLETABLE, lpEnhMetaRecord As ENHMETARECORD, ByVal nHandles As Long) As Long"
  3172.         },
  3173.         {
  3174.             "ID": 603,
  3175.             "ChunkNum": 1,
  3176.             "FullName": "Declare Function SetEnhMetaFileBits Lib \"gdi32\" Alias \"SetEnhMetaFileBits\" (ByVal cbBuffer As Long, lpData As Byte) As Long"
  3177.         },
  3178.         {
  3179.             "ID": 604,
  3180.             "ChunkNum": 1,
  3181.             "FullName": "Declare Function SetWinMetaFileBits Lib \"gdi32\" Alias \"SetWinMetaFileBits\" (ByVal cbBuffer As Long, lpbBuffer As Byte, ByVal hdcRef As Long, lpmfp As METAFILEPICT) As Long"
  3182.         },
  3183.         {
  3184.             "ID": 605,
  3185.             "ChunkNum": 1,
  3186.             "FullName": "Declare Function GdiComment Lib \"gdi32\" Alias \"GdiComment\" (ByVal hdc As Long, ByVal cbSize As Long, lpData As Byte) As Long"
  3187.         },
  3188.         {
  3189.             "ID": 606,
  3190.             "ChunkNum": 1,
  3191.             "FullName": "Declare Function GetTextMetrics Lib \"gdi32\" Alias \"GetTextMetricsA\" (ByVal hdc As Long, lpMetrics As TEXTMETRIC) As Long"
  3192.         },
  3193.         {
  3194.             "ID": 607,
  3195.             "ChunkNum": 1,
  3196.             "FullName": "Declare Function AngleArc Lib \"gdi32\" Alias \"AngleArc\" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, ByVal dwRadius As Long, ByVal eStartAngle As Double, ByVal eSweepAngle As Double) As Long"
  3197.         },
  3198.         {
  3199.             "ID": 608,
  3200.             "ChunkNum": 1,
  3201.             "FullName": "Declare Function PolyPolyline Lib \"gdi32\" Alias \"PolyPolyline\" (ByVal hdc As Long, lppt As POINTAPI, lpdwPolyPoints As Long, ByVal cCount As Long) As Long"
  3202.         },
  3203.         {
  3204.             "ID": 609,
  3205.             "ChunkNum": 1,
  3206.             "FullName": "Declare Function GetWorldTransform Lib \"gdi32\" Alias \"GetWorldTransform\" (ByVal hdc As Long, lpXform As xform) As Long"
  3207.         },
  3208.         {
  3209.             "ID": 610,
  3210.             "ChunkNum": 1,
  3211.             "FullName": "Declare Function SetWorldTransform Lib \"gdi32\" Alias \"SetWorldTransform\" (ByVal hdc As Long, lpXform As xform) As Long"
  3212.         },
  3213.         {
  3214.             "ID": 611,
  3215.             "ChunkNum": 1,
  3216.             "FullName": "Declare Function ModifyWorldTransform Lib \"gdi32\" Alias \"ModifyWorldTransform\" (ByVal hdc As Long, lpXform As xform, ByVal iMode As Long) As Long"
  3217.         },
  3218.         {
  3219.             "ID": 612,
  3220.             "ChunkNum": 1,
  3221.             "FullName": "Declare Function CombineTransform Lib \"gdi32\" Alias \"CombineTransform\" (lpxformResult As xform, lpxform1 As xform, lpxform2 As xform) As Long"
  3222.         },
  3223.         {
  3224.             "ID": 613,
  3225.             "ChunkNum": 1,
  3226.             "FullName": "Declare Function SetColorAdjustment Lib \"gdi32\" Alias \"SetColorAdjustment\" (ByVal hdc As Long, lpca As COLORADJUSTMENT) As Long"
  3227.         },
  3228.         {
  3229.             "ID": 614,
  3230.             "ChunkNum": 1,
  3231.             "FullName": "Declare Function GetColorAdjustment Lib \"gdi32\" Alias \"GetColorAdjustment\" (ByVal hdc As Long, lpca As COLORADJUSTMENT) As Long"
  3232.         },
  3233.         {
  3234.             "ID": 615,
  3235.             "ChunkNum": 1,
  3236.             "FullName": "Declare Function CreateHalftonePalette Lib \"gdi32\" Alias \"CreateHalftonePalette\" (ByVal hdc As Long) As Long"
  3237.         },
  3238.         {
  3239.             "ID": 616,
  3240.             "ChunkNum": 1,
  3241.             "FullName": "Declare Function StartDoc Lib \"gdi32\" Alias \"StartDocA\" (ByVal hdc As Long, lpdi As DOCINFO) As Long"
  3242.         },
  3243.         {
  3244.             "ID": 617,
  3245.             "ChunkNum": 1,
  3246.             "FullName": "Declare Function StartPage Lib \"gdi32\" Alias \"StartPage\" (ByVal hdc As Long) As Long"
  3247.         },
  3248.         {
  3249.             "ID": 618,
  3250.             "ChunkNum": 1,
  3251.             "FullName": "Declare Function EndPage Lib \"gdi32\" Alias \"EndPage\" (ByVal hdc As Long) As Long"
  3252.         },
  3253.         {
  3254.             "ID": 619,
  3255.             "ChunkNum": 1,
  3256.             "FullName": "Declare Function EndDoc Lib \"gdi32\" Alias \"EndDoc\" (ByVal hdc As Long) As Long"
  3257.         },
  3258.         {
  3259.             "ID": 620,
  3260.             "ChunkNum": 1,
  3261.             "FullName": "Declare Function AbortDoc Lib \"gdi32\" Alias \"AbortDoc\" (ByVal hdc As Long) As Long"
  3262.         },
  3263.         {
  3264.             "ID": 621,
  3265.             "ChunkNum": 1,
  3266.             "FullName": "Declare Function AbortPath Lib \"gdi32\" Alias \"AbortPath\" (ByVal hdc As Long) As Long"
  3267.         },
  3268.         {
  3269.             "ID": 622,
  3270.             "ChunkNum": 1,
  3271.             "FullName": "Declare Function ArcTo Lib \"gdi32\" Alias \"ArcTo\" (ByVal hdc As Long, ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long, ByVal X3 As Long, ByVal Y3 As Long, ByVal X4 As Long, ByVal Y4 As Long) As Long"
  3272.         },
  3273.         {
  3274.             "ID": 623,
  3275.             "ChunkNum": 1,
  3276.             "FullName": "Declare Function BeginPath Lib \"gdi32\" Alias \"BeginPath\" (ByVal hdc As Long) As Long"
  3277.         },
  3278.         {
  3279.             "ID": 624,
  3280.             "ChunkNum": 1,
  3281.             "FullName": "Declare Function CloseFigure Lib \"gdi32\" Alias \"CloseFigure\" (ByVal hdc As Long) As Long"
  3282.         },
  3283.         {
  3284.             "ID": 625,
  3285.             "ChunkNum": 1,
  3286.             "FullName": "Declare Function EndPath Lib \"gdi32\" Alias \"EndPath\" (ByVal hdc As Long) As Long"
  3287.         },
  3288.         {
  3289.             "ID": 626,
  3290.             "ChunkNum": 1,
  3291.             "FullName": "Declare Function FillPath Lib \"gdi32\" Alias \"FillPath\" (ByVal hdc As Long) As Long"
  3292.         },
  3293.         {
  3294.             "ID": 627,
  3295.             "ChunkNum": 1,
  3296.             "FullName": "Declare Function FlattenPath Lib \"gdi32\" Alias \"FlattenPath\" (ByVal hdc As Long) As Long"
  3297.         },
  3298.         {
  3299.             "ID": 628,
  3300.             "ChunkNum": 1,
  3301.             "FullName": "Declare Function GetPath Lib \"gdi32\" Alias \"GetPath\" (ByVal hdc As Long, lpPoint As POINTAPI, lpTypes As Byte, ByVal nSize As Long) As Long"
  3302.         },
  3303.         {
  3304.             "ID": 629,
  3305.             "ChunkNum": 1,
  3306.             "FullName": "Declare Function PathToRegion Lib \"gdi32\" Alias \"PathToRegion\" (ByVal hdc As Long) As Long"
  3307.         },
  3308.         {
  3309.             "ID": 630,
  3310.             "ChunkNum": 1,
  3311.             "FullName": "Declare Function PolyDraw Lib \"gdi32\" Alias \"PolyDraw\" (ByVal hdc As Long, lppt As POINTAPI, lpbTypes As Byte, ByVal cCount As Long) As Long"
  3312.         },
  3313.         {
  3314.             "ID": 631,
  3315.             "ChunkNum": 1,
  3316.             "FullName": "Declare Function SelectClipPath Lib \"gdi32\" Alias \"SelectClipPath\" (ByVal hdc As Long, ByVal iMode As Long) As Long"
  3317.         },
  3318.         {
  3319.             "ID": 632,
  3320.             "ChunkNum": 1,
  3321.             "FullName": "Declare Function SetArcDirection Lib \"gdi32\" Alias \"SetArcDirection\" (ByVal hdc As Long, ByVal ArcDirection As Long) As Long"
  3322.         },
  3323.         {
  3324.             "ID": 633,
  3325.             "ChunkNum": 1,
  3326.             "FullName": "Declare Function SetMiterLimit Lib \"gdi32\" Alias \"SetMiterLimit\" (ByVal hdc As Long, ByVal eNewLimit As Double, peOldLimit As Double) As Long"
  3327.         },
  3328.         {
  3329.             "ID": 634,
  3330.             "ChunkNum": 1,
  3331.             "FullName": "Declare Function StrokeAndFillPath Lib \"gdi32\" Alias \"StrokeAndFillPath\" (ByVal hdc As Long) As Long"
  3332.         },
  3333.         {
  3334.             "ID": 635,
  3335.             "ChunkNum": 1,
  3336.             "FullName": "Declare Function StrokePath Lib \"gdi32\" Alias \"StrokePath\" (ByVal hdc As Long) As Long"
  3337.         },
  3338.         {
  3339.             "ID": 636,
  3340.             "ChunkNum": 1,
  3341.             "FullName": "Declare Function WidenPath Lib \"gdi32\" Alias \"WidenPath\" (ByVal hdc As Long) As Long"
  3342.         },
  3343.         {
  3344.             "ID": 637,
  3345.             "ChunkNum": 1,
  3346.             "FullName": "Declare Function ExtCreatePen Lib \"gdi32\" Alias \"ExtCreatePen\" (ByVal dwPenStyle As Long, ByVal dwWidth As Long, lplb As LOGBRUSH, ByVal dwStyleCount As Long, lpStyle As Long) As Long"
  3347.         },
  3348.         {
  3349.             "ID": 638,
  3350.             "ChunkNum": 1,
  3351.             "FullName": "Declare Function GetMiterLimit Lib \"gdi32\" Alias \"GetMiterLimit\" (ByVal hdc As Long, peLimit As Double) As Long"
  3352.         },
  3353.         {
  3354.             "ID": 639,
  3355.             "ChunkNum": 1,
  3356.             "FullName": "Declare Function GetArcDirection Lib \"gdi32\" Alias \"GetArcDirection\" (ByVal hdc As Long) As Long"
  3357.         },
  3358.         {
  3359.             "ID": 640,
  3360.             "ChunkNum": 1,
  3361.             "FullName": "Declare Function GetObject Lib \"gdi32\" Alias \"GetObjectA\" (ByVal hObject As Long, ByVal nCount As Long, lpObject As Any) As Long"
  3362.         },
  3363.         {
  3364.             "ID": 641,
  3365.             "ChunkNum": 1,
  3366.             "FullName": "Declare Function MoveToEx Lib \"gdi32\" Alias \"MoveToEx\" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, lpPoint As POINTAPI) As Long"
  3367.         },
  3368.         {
  3369.             "ID": 642,
  3370.             "ChunkNum": 1,
  3371.             "FullName": "Declare Function TextOut Lib \"gdi32\" Alias \"TextOutA\" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, ByVal lpString As String, ByVal nCount As Long) As Long"
  3372.         },
  3373.         {
  3374.             "ID": 643,
  3375.             "ChunkNum": 1,
  3376.             "FullName": "Declare Function ExtTextOut Lib \"gdi32\" Alias \"ExtTextOutA\" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, ByVal wOptions As Long, lpRect As Rect, ByVal lpString As String, ByVal nCount As Long, lpDx As Long) As Long"
  3377.         },
  3378.         {
  3379.             "ID": 644,
  3380.             "ChunkNum": 1,
  3381.             "FullName": "Declare Function PolyTextOut Lib \"gdi32\" Alias \"PolyTextOutA\" (ByVal hdc As Long, pptxt As POLYTEXT, cStrings As Long) As Long"
  3382.         },
  3383.         {
  3384.             "ID": 645,
  3385.             "ChunkNum": 1,
  3386.             "FullName": "Declare Function CreatePolygonRgn Lib \"gdi32\" Alias \"CreatePolygonRgn\" (lpPoint As POINTAPI, ByVal nCount As Long, ByVal nPolyFillMode As Long) As Long"
  3387.         },
  3388.         {
  3389.             "ID": 646,
  3390.             "ChunkNum": 1,
  3391.             "FullName": "Declare Function DPtoLP Lib \"gdi32\" Alias \"DPtoLP\" (ByVal hdc As Long, lpPoint As POINTAPI, ByVal nCount As Long) As Long"
  3392.         },
  3393.         {
  3394.             "ID": 647,
  3395.             "ChunkNum": 1,
  3396.             "FullName": "Declare Function LPtoDP Lib \"gdi32\" Alias \"LPtoDP\" (ByVal hdc As Long, lpPoint As POINTAPI, ByVal nCount As Long) As Long"
  3397.         },
  3398.         {
  3399.             "ID": 648,
  3400.             "ChunkNum": 1,
  3401.             "FullName": "Declare Function Polyline Lib \"gdi32\" Alias \"Polyline\" (ByVal hdc As Long, lpPoint As POINTAPI, ByVal nCount As Long) As Long"
  3402.         },
  3403.         {
  3404.             "ID": 649,
  3405.             "ChunkNum": 1,
  3406.             "FullName": "Declare Function Polygon Lib \"gdi32\" Alias \"Polygon\" (ByVal hdc As Long, lpPoint As POINTAPI, ByVal nCount As Long) As Long"
  3407.         },
  3408.         {
  3409.             "ID": 650,
  3410.             "ChunkNum": 1,
  3411.             "FullName": "Declare Function PolyBezier Lib \"gdi32\" Alias \"PolyBezier\" (ByVal hdc As Long, lppt As POINTAPI, ByVal cPoints As Long) As Long"
  3412.         },
  3413.         {
  3414.             "ID": 651,
  3415.             "ChunkNum": 1,
  3416.             "FullName": "Declare Function PolyBezierTo Lib \"gdi32\" Alias \"PolyBezierTo\" (ByVal hdc As Long, lppt As POINTAPI, ByVal cCount As Long) As Long"
  3417.         },
  3418.         {
  3419.             "ID": 652,
  3420.             "ChunkNum": 1,
  3421.             "FullName": "Declare Function PolylineTo Lib \"gdi32\" Alias \"PolylineTo\" (ByVal hdc As Long, lppt As POINTAPI, ByVal cCount As Long) As Long"
  3422.         },
  3423.         {
  3424.             "ID": 653,
  3425.             "ChunkNum": 1,
  3426.             "FullName": "Declare Function SetViewportExtEx Lib \"gdi32\" Alias \"SetViewportExtEx\" (ByVal hdc As Long, ByVal nX As Long, ByVal nY As Long, lpSize As SIZE) As Long"
  3427.         },
  3428.         {
  3429.             "ID": 654,
  3430.             "ChunkNum": 1,
  3431.             "FullName": "Declare Function SetViewportOrgEx Lib \"gdi32\" Alias \"SetViewportOrgEx\" (ByVal hdc As Long, ByVal nX As Long, ByVal nY As Long, lpPoint As POINTAPI) As Long"
  3432.         },
  3433.         {
  3434.             "ID": 655,
  3435.             "ChunkNum": 1,
  3436.             "FullName": "Declare Function SetWindowOrgEx Lib \"gdi32\" Alias \"SetWindowOrgEx\" (ByVal hdc As Long, ByVal nX As Long, ByVal nY As Long, lpPoint As POINTAPI) As Long"
  3437.         },
  3438.         {
  3439.             "ID": 656,
  3440.             "ChunkNum": 1,
  3441.             "FullName": "Declare Function SetWindowExtEx Lib \"gdi32\" Alias \"SetWindowExtEx\" (ByVal hdc As Long, ByVal nX As Long, ByVal nY As Long, lpSize As SIZE) As Long"
  3442.         },
  3443.         {
  3444.             "ID": 657,
  3445.             "ChunkNum": 1,
  3446.             "FullName": "Declare Function OffsetViewportOrgEx Lib \"gdi32\" Alias \"OffsetViewportOrgEx\" (ByVal hdc As Long, ByVal nX As Long, ByVal nY As Long, lpPoint As POINTAPI) As Long"
  3447.         },
  3448.         {
  3449.             "ID": 658,
  3450.             "ChunkNum": 1,
  3451.             "FullName": "Declare Function OffsetWindowOrgEx Lib \"gdi32\" Alias \"OffsetWindowOrgEx\" (ByVal hdc As Long, ByVal nX As Long, ByVal nY As Long, lpPoint As POINTAPI) As Long"
  3452.         },
  3453.         {
  3454.             "ID": 659,
  3455.             "ChunkNum": 1,
  3456.             "FullName": "Declare Function ScaleWindowExtEx Lib \"gdi32\" Alias \"ScaleWindowExtEx\" (ByVal hdc As Long, ByVal nXnum As Long, ByVal nXdenom As Long, ByVal nYnum As Long, ByVal nYdenom As Long, lpSize As SIZE) As Long"
  3457.         },
  3458.         {
  3459.             "ID": 660,
  3460.             "ChunkNum": 1,
  3461.             "FullName": "Declare Function ScaleViewportExtEx Lib \"gdi32\" Alias \"ScaleViewportExtEx\" (ByVal hdc As Long, ByVal nXnum As Long, ByVal nXdenom As Long, ByVal nYnum As Long, ByVal nYdenom As Long, lpSize As SIZE) As Long"
  3462.         },
  3463.         {
  3464.             "ID": 661,
  3465.             "ChunkNum": 1,
  3466.             "FullName": "Declare Function SetBitmapDimensionEx Lib \"gdi32\" Alias \"SetBitmapDimensionEx\" (ByVal hbm As Long, ByVal nX As Long, ByVal nY As Long, lpSize As SIZE) As Long"
  3467.         },
  3468.         {
  3469.             "ID": 662,
  3470.             "ChunkNum": 1,
  3471.             "FullName": "Declare Function SetBrushOrgEx Lib \"gdi32\" Alias \"SetBrushOrgEx\" (ByVal hdc As Long, ByVal nXOrg As Long, ByVal nYOrg As Long, lppt As POINTAPI) As Long"
  3472.         },
  3473.         {
  3474.             "ID": 663,
  3475.             "ChunkNum": 1,
  3476.             "FullName": "Declare Function GetTextFace Lib \"gdi32\" Alias \"GetTextFaceA\" (ByVal hdc As Long, ByVal nCount As Long, ByVal lpFacename As String) As Long"
  3477.         },
  3478.         {
  3479.             "ID": 664,
  3480.             "ChunkNum": 1,
  3481.             "FullName": "Declare Function GetKerningPairs Lib \"gdi32\" Alias \"GetKerningPairsA\" (ByVal hdc As Long, ByVal cPairs As Long, lpkrnpair As KERNINGPAIR) As Long"
  3482.         },
  3483.         {
  3484.             "ID": 665,
  3485.             "ChunkNum": 1,
  3486.             "FullName": "Declare Function GetDCOrgEx Lib \"gdi32\" Alias \"GetDCOrgEx\" (ByVal hdc As Long, lpPoint As POINTAPI) As Long"
  3487.         },
  3488.         {
  3489.             "ID": 666,
  3490.             "ChunkNum": 1,
  3491.             "FullName": "Declare Function UnrealizeObject Lib \"gdi32\" Alias \"UnrealizeObject\" (ByVal hObject As Long) As Long"
  3492.         },
  3493.         {
  3494.             "ID": 667,
  3495.             "ChunkNum": 1,
  3496.             "FullName": "Declare Function GdiFlush Lib \"gdi32\" Alias \"GdiFlush\" () As Long"
  3497.         },
  3498.         {
  3499.             "ID": 668,
  3500.             "ChunkNum": 1,
  3501.             "FullName": "Declare Function GdiSetBatchLimit Lib \"gdi32\" Alias \"GdiSetBatchLimit\" (ByVal dwLimit As Long) As Long"
  3502.         },
  3503.         {
  3504.             "ID": 669,
  3505.             "ChunkNum": 1,
  3506.             "FullName": "Declare Function GdiGetBatchLimit Lib \"gdi32\" Alias \"GdiGetBatchLimit\" () As Long"
  3507.         },
  3508.         {
  3509.             "ID": 670,
  3510.             "ChunkNum": 1,
  3511.             "FullName": "Declare Function EnumFontFamilies Lib \"gdi32\" Alias \"EnumFontFamiliesA\" (ByVal hdc As Long, ByVal lpszFamily As String, ByVal lpEnumFontFamProc As Long, ByVal lParam As Long) As Long"
  3512.         },
  3513.         {
  3514.             "ID": 671,
  3515.             "ChunkNum": 1,
  3516.             "FullName": "Declare Function EnumFontFamiliesEx Lib \"gdi32\" Alias \"EnumFontFamiliesExA\" (ByVal hdc As Long, lpLogFont As LOGFONT, ByVal lpEnumFontProc As Long, ByVal lParam As Long, ByVal dw As Long) As Long"
  3517.         },
  3518.         {
  3519.             "ID": 672,
  3520.             "ChunkNum": 1,
  3521.             "FullName": "Declare Function GetTextCharset Lib \"gdi32\" Alias \"GetTextCharset\" (ByVal hdc As Long) As Long"
  3522.         },
  3523.         {
  3524.             "ID": 673,
  3525.             "ChunkNum": 1,
  3526.             "FullName": "Declare Function GetTextCharsetInfo Lib \"gdi32\" Alias \"GetTextCharsetInfo\" (ByVal hdc As Long, lpSig As FONTSIGNATURE, ByVal dwFlags As Long) As Long"
  3527.         },
  3528.         {
  3529.             "ID": 674,
  3530.             "ChunkNum": 1,
  3531.             "FullName": "Declare Function TranslateCharsetInfo Lib \"gdi32\" Alias \"TranslateCharsetInfo\" (lpSrc As Long, lpcs As CHARSETINFO, ByVal dwFlags As Long) As Long"
  3532.         },
  3533.         {
  3534.             "ID": 675,
  3535.             "ChunkNum": 1,
  3536.             "FullName": "Declare Function GetFontLanguageInfo Lib \"gdi32\" Alias \"GetFontLanguageInfo\" (ByVal hdc As Long) As Long"
  3537.         },
  3538.         {
  3539.             "ID": 676,
  3540.             "ChunkNum": 1,
  3541.             "FullName": "Declare Function GetCharacterPlacement Lib \"gdi32\" Alias \" GetCharacterPlacementA\" (ByVal hdc As Long, ByVal lpsz As String, ByVal n1 As Long, ByVal n2 As Long, lpGcpResults As GCP_RESULTS, ByVal dw As Long) As Long"
  3542.         },
  3543.         {
  3544.             "ID": 677,
  3545.             "ChunkNum": 1,
  3546.             "FullName": "Declare Function SetICMMode Lib \"gdi32\" Alias \"SetICMMode\" (ByVal hdc As Long, ByVal n As Long) As Long"
  3547.         },
  3548.         {
  3549.             "ID": 678,
  3550.             "ChunkNum": 1,
  3551.             "FullName": "Declare Function CheckColorsInGamut Lib \"gdi32\" Alias \"CheckColorsInGamut\" (ByVal hdc As Long, lpv As Any, lpv2 As Any, ByVal dw As Long) As Long"
  3552.         },
  3553.         {
  3554.             "ID": 679,
  3555.             "ChunkNum": 1,
  3556.             "FullName": "Declare Function GetLogColorSpace Lib \"gdi32\" Alias \"GetLogColorSpaceA\" (ByVal hcolorspace As Long, ByVal lplogcolorspace As LOGCOLORSPACE, ByVal dw As Long) As Long"
  3557.         },
  3558.         {
  3559.             "ID": 680,
  3560.             "ChunkNum": 1,
  3561.             "FullName": "Declare Function GetColorSpace Lib \"gdi32\" Alias \"GetColorSpace\" (ByVal hdc As Long) As Long"
  3562.         },
  3563.         {
  3564.             "ID": 681,
  3565.             "ChunkNum": 1,
  3566.             "FullName": "Declare Function CreateColorSpace Lib \"gdi32\" Alias \"CreateColorSpaceA\" (lplogcolorspace As LOGCOLORSPACE) As Long"
  3567.         },
  3568.         {
  3569.             "ID": 682,
  3570.             "ChunkNum": 1,
  3571.             "FullName": "Declare Function SetColorSpace Lib \"gdi32\" Alias \"SetColorSpace\" (ByVal hdc As Long, ByVal hcolorspace As Long) As Long"
  3572.         },
  3573.         {
  3574.             "ID": 683,
  3575.             "ChunkNum": 1,
  3576.             "FullName": "Declare Function DeleteColorSpace Lib \"gdi32\" Alias \"DeleteColorSpace\" (ByVal hcolorspace As Long) As Long"
  3577.         },
  3578.         {
  3579.             "ID": 684,
  3580.             "ChunkNum": 1,
  3581.             "FullName": "Declare Function GetICMProfile Lib \"gdi32\" Alias \"GetICMProfileA\" (ByVal hdc As Long, ByVal dw As Long, ByVal lpStr As String) As Long"
  3582.         },
  3583.         {
  3584.             "ID": 685,
  3585.             "ChunkNum": 1,
  3586.             "FullName": "Declare Function SetICMProfile Lib \"gdi32\" Alias \"SetICMProfileA\" (ByVal hdc As Long, ByVal lpStr As String) As Long"
  3587.         },
  3588.         {
  3589.             "ID": 686,
  3590.             "ChunkNum": 1,
  3591.             "FullName": "Declare Function GetDeviceGammaRamp Lib \"gdi32\" Alias \"GetDeviceGammaRamp\" (ByVal hdc As Long, lpv As Any) As Long"
  3592.         },
  3593.         {
  3594.             "ID": 687,
  3595.             "ChunkNum": 1,
  3596.             "FullName": "Declare Function SetDeviceGammaRamp Lib \"gdi32\" Alias \"SetDeviceGammaRamp\" (ByVal hdc As Long, lpv As Any) As Long"
  3597.         },
  3598.         {
  3599.             "ID": 688,
  3600.             "ChunkNum": 1,
  3601.             "FullName": "Declare Function ColorMatchToTarget Lib \"gdi32\" Alias \"ColorMatchToTarget\" (ByVal hdc As Long, ByVal hdc2 As Long, ByVal dw As Long) As Long"
  3602.         },
  3603.         {
  3604.             "ID": 689,
  3605.             "ChunkNum": 1,
  3606.             "FullName": "Declare Function EnumICMProfiles Lib \"gdi32\" Alias \"EnumICMProfilesA\" (ByVal hdc As Long, ByVal icmEnumProc As Long, ByVal lParam As Long) As Long"
  3607.         },
  3608.         {
  3609.             "ID": 690,
  3610.             "ChunkNum": 1,
  3611.             "FullName": "Declare Function LoadKeyboardLayout Lib \"user32\" Alias \"LoadKeyboardLayoutA\" (ByVal pwszKLID As String, ByVal flags As Long) As Long"
  3612.         },
  3613.         {
  3614.             "ID": 691,
  3615.             "ChunkNum": 1,
  3616.             "FullName": "Declare Function ActivateKeyboardLayout Lib \"user32\" Alias \"ActivateKeyboardLayout\" (ByVal HKL As Long, ByVal flags As Long) As Long"
  3617.         },
  3618.         {
  3619.             "ID": 692,
  3620.             "ChunkNum": 1,
  3621.             "FullName": "Declare Function UnloadKeyboardLayout Lib \"user32\" Alias \"UnloadKeyboardLayout\" (ByVal HKL As Long) As Long"
  3622.         },
  3623.         {
  3624.             "ID": 693,
  3625.             "ChunkNum": 1,
  3626.             "FullName": "Declare Function GetKeyboardLayoutName Lib \"user32\" Alias \"GetKeyboardLayoutNameA\" (ByVal pwszKLID As String) As Long"
  3627.         },
  3628.         {
  3629.             "ID": 694,
  3630.             "ChunkNum": 1,
  3631.             "FullName": "Declare Function GetThreadDesktop Lib \"user32\" Alias \"GetThreadDesktop\" (ByVal dwThread As Long) As Long"
  3632.         },
  3633.         {
  3634.             "ID": 695,
  3635.             "ChunkNum": 1,
  3636.             "FullName": "Declare Function GetProcessWindowStation Lib \"user32\" Alias \"GetProcessWindowStation\" () As Long"
  3637.         },
  3638.         {
  3639.             "ID": 696,
  3640.             "ChunkNum": 1,
  3641.             "FullName": "Declare Function SetUserObjectSecurity Lib \"user32\" Alias \"SetUserObjectSecurity\" (ByVal hObj As Long, pSIRequested As Long, pSd As SECURITY_DESCRIPTOR) As Long"
  3642.         },
  3643.         {
  3644.             "ID": 697,
  3645.             "ChunkNum": 1,
  3646.             "FullName": "Declare Function GetUserObjectSecurity Lib \"user32\" Alias \"GetUserObjectSecurity\" (ByVal hObj As Long, pSIRequested As Long, pSd As SECURITY_DESCRIPTOR, ByVal nLength As Long, lpnLengthNeeded As Long) As Long"
  3647.         },
  3648.         {
  3649.             "ID": 698,
  3650.             "ChunkNum": 1,
  3651.             "FullName": "Declare Function RegisterWindowMessage Lib \"user32\" Alias \"RegisterWindowMessageA\" (ByVal lpString As String) As Long"
  3652.         },
  3653.         {
  3654.             "ID": 699,
  3655.             "ChunkNum": 1,
  3656.             "FullName": "Declare Function GetMessage Lib \"user32\" Alias \"GetMessageA\" (lpMsg As MSG, ByVal hwnd As Long, ByVal wMsgFilterMin As Long, ByVal wMsgFilterMax As Long) As Long"
  3657.         },
  3658.         {
  3659.             "ID": 700,
  3660.             "ChunkNum": 1,
  3661.             "FullName": "Declare Function TranslateMessage Lib \"user32\" Alias \"TranslateMessage\" (lpMsg As MSG) As Long"
  3662.         },
  3663.         {
  3664.             "ID": 701,
  3665.             "ChunkNum": 1,
  3666.             "FullName": "Declare Function DispatchMessage Lib \"user32\" Alias \"DispatchMessageA\" (lpMsg As MSG) As Long"
  3667.         },
  3668.         {
  3669.             "ID": 702,
  3670.             "ChunkNum": 1,
  3671.             "FullName": "Declare Function PeekMessage Lib \"user32\" Alias \"PeekMessageA\" (lpMsg As MSG, ByVal hwnd As Long, ByVal wMsgFilterMin As Long, ByVal wMsgFilterMax As Long, ByVal wRemoveMsg As Long) As Long"
  3672.         },
  3673.         {
  3674.             "ID": 703,
  3675.             "ChunkNum": 1,
  3676.             "FullName": "Declare Function RegisterHotKey Lib \"user32\" Alias \"RegisterHotKey\" (ByVal hwnd As Long, ByVal id As Long, ByVal fsModifiers As Long, ByVal vk As Long) As Long"
  3677.         },
  3678.         {
  3679.             "ID": 704,
  3680.             "ChunkNum": 1,
  3681.             "FullName": "Declare Function UnregisterHotKey Lib \"user32\" Alias \"UnregisterHotKey\" (ByVal hwnd As Long, ByVal id As Long) As Long"
  3682.         },
  3683.         {
  3684.             "ID": 705,
  3685.             "ChunkNum": 1,
  3686.             "FullName": "Declare Function ExitWindows Lib \"user32\" Alias \"ExitWindows\" (ByVal dwReserved As Long, ByVal uReturnCode As Long) As Long"
  3687.         },
  3688.         {
  3689.             "ID": 706,
  3690.             "ChunkNum": 1,
  3691.             "FullName": "Declare Function ExitWindowsEx Lib \"user32\" Alias \"ExitWindowsEx\" (ByVal uFlags As Long, ByVal dwReserved As Long) As Long"
  3692.         },
  3693.         {
  3694.             "ID": 707,
  3695.             "ChunkNum": 1,
  3696.             "FullName": "Declare Function SwapMouseButton Lib \"user32\" Alias \"SwapMouseButton\" (ByVal bSwap As Long) As Long"
  3697.         },
  3698.         {
  3699.             "ID": 708,
  3700.             "ChunkNum": 1,
  3701.             "FullName": "Declare Function GetMessagePos Lib \"user32\" Alias \"GetMessagePos\" () As Long"
  3702.         },
  3703.         {
  3704.             "ID": 709,
  3705.             "ChunkNum": 1,
  3706.             "FullName": "Declare Function GetMessageTime Lib \"user32\" Alias \"GetMessageTime\" () As Long"
  3707.         },
  3708.         {
  3709.             "ID": 710,
  3710.             "ChunkNum": 1,
  3711.             "FullName": "Declare Function GetMessageExtraInfo Lib \"user32\" Alias \"GetMessageExtraInfo\" () As Long"
  3712.         },
  3713.         {
  3714.             "ID": 711,
  3715.             "ChunkNum": 1,
  3716.             "FullName": "Declare Function SendMessage Lib \"user32\" Alias \"SendMessageA\" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Long) As Long"
  3717.         },
  3718.         {
  3719.             "ID": 712,
  3720.             "ChunkNum": 1,
  3721.             "FullName": "Declare Function SendMessageTimeout Lib \"user32\" Alias \"SendMessageTimeoutA\" (ByVal hwnd As Long, ByVal msg As Long, ByVal wParam As Long, ByVal lParam As Long, ByVal fuFlags As Long, ByVal uTimeout As Long, lpdwResult As Long) As Long"
  3722.         },
  3723.         {
  3724.             "ID": 713,
  3725.             "ChunkNum": 1,
  3726.             "FullName": "Declare Function SendNotifyMessage Lib \"user32\" Alias \"SendNotifyMessageA\" (ByVal hwnd As Long, ByVal msg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long"
  3727.         },
  3728.         {
  3729.             "ID": 714,
  3730.             "ChunkNum": 1,
  3731.             "FullName": "Declare Function SendMessageCallback Lib \"user32\" Alias \"SendMessageCallbackA\" (ByVal hwnd As Long, ByVal msg As Long, ByVal wParam As Long, ByVal lParam As Long, ByVal lpResultCallBack As Long, ByVal dwData As Long) As Long"
  3732.         },
  3733.         {
  3734.             "ID": 715,
  3735.             "ChunkNum": 1,
  3736.             "FullName": "Declare Function PostMessage Lib \"user32\" Alias \"PostMessageA\" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long"
  3737.         },
  3738.         {
  3739.             "ID": 716,
  3740.             "ChunkNum": 1,
  3741.             "FullName": "Declare Function PostThreadMessage Lib \"user32\" Alias \"PostThreadMessageA\" (ByVal idThread As Long, ByVal msg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long"
  3742.         },
  3743.         {
  3744.             "ID": 717,
  3745.             "ChunkNum": 1,
  3746.             "FullName": "Declare Function AttachThreadInput Lib \"user32\" Alias \"AttachThreadInput\" (ByVal idAttach As Long, ByVal idAttachTo As Long, ByVal fAttach As Long) As Long"
  3747.         },
  3748.         {
  3749.             "ID": 718,
  3750.             "ChunkNum": 1,
  3751.             "FullName": "Declare Function ReplyMessage Lib \"user32\" Alias \"ReplyMessage\" (ByVal lReply As Long) As Long"
  3752.         },
  3753.         {
  3754.             "ID": 719,
  3755.             "ChunkNum": 1,
  3756.             "FullName": "Declare Function WaitMessage Lib \"user32\" Alias \"WaitMessage\" () As Long"
  3757.         },
  3758.         {
  3759.             "ID": 720,
  3760.             "ChunkNum": 1,
  3761.             "FullName": "Declare Function WaitForInputIdle Lib \"user32\" Alias \"WaitForInputIdle\" (ByVal hProcess As Long, ByVal dwMilliseconds As Long) As Long"
  3762.         },
  3763.         {
  3764.             "ID": 721,
  3765.             "ChunkNum": 1,
  3766.             "FullName": "Declare Function DefWindowProc Lib \"user32\" Alias \"DefWindowProcA\" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long"
  3767.         },
  3768.         {
  3769.             "ID": 722,
  3770.             "ChunkNum": 1,
  3771.             "FullName": "Declare Sub PostQuitMessage Lib \"user32\" Alias \"PostQuitMessage\" (ByVal nExitCode As Long)"
  3772.         },
  3773.         {
  3774.             "ID": 723,
  3775.             "ChunkNum": 1,
  3776.             "FullName": "Declare Function InSendMessage Lib \"user32\" Alias \"InSendMessage\" () As Long"
  3777.         },
  3778.         {
  3779.             "ID": 724,
  3780.             "ChunkNum": 1,
  3781.             "FullName": "Declare Function GetDoubleClickTime Lib \"user32\" Alias \"GetDoubleClickTime\" () As Long"
  3782.         },
  3783.         {
  3784.             "ID": 725,
  3785.             "ChunkNum": 1,
  3786.             "FullName": "Declare Function SetDoubleClickTime Lib \"user32\" Alias \"SetDoubleClickTime\" (ByVal wCount As Long) As Long"
  3787.         },
  3788.         {
  3789.             "ID": 726,
  3790.             "ChunkNum": 1,
  3791.             "FullName": "Declare Function RegisterClass Lib \"user32\" Alias \"RegisterClass\" (Class As WNDCLASS) As Long"
  3792.         },
  3793.         {
  3794.             "ID": 727,
  3795.             "ChunkNum": 1,
  3796.             "FullName": "Declare Function UnregisterClass Lib \"user32\" Alias \"UnregisterClassA\" (ByVal lpClassName As String, ByVal hInstance As Long) As Long"
  3797.         },
  3798.         {
  3799.             "ID": 728,
  3800.             "ChunkNum": 1,
  3801.             "FullName": "Declare Function GetClassInfo Lib \"user32\" Alias \"GetClassInfoA\" (ByVal hInstance As Long, ByVal lpClassName As String, lpWndClass As WNDCLASS) As Long"
  3802.         },
  3803.         {
  3804.             "ID": 729,
  3805.             "ChunkNum": 1,
  3806.             "FullName": "Declare Function CreateWindowEx Lib \"user32\" Alias \"CreateWindowExA\" (ByVal dwExStyle As Long, ByVal lpClassName As String, ByVal lpWindowName As String, ByVal dwStyle As Long, ByVal x As Long, ByVal y As Long, ByVal nWidth As Long, ByVal nHeight As Long,"
  3807.         },
  3808.         {
  3809.             "ID": 729,
  3810.             "ChunkNum": 2,
  3811.             "FullName": " ByVal hWndParent As Long, ByVal hMenu As Long, ByVal hInstance As Long, lpParam As Any) As Long"
  3812.         },
  3813.         {
  3814.             "ID": 730,
  3815.             "ChunkNum": 1,
  3816.             "FullName": "Declare Function IsWindow Lib \"user32\" Alias \"IsWindow\" (ByVal hwnd As Long) As Long"
  3817.         },
  3818.         {
  3819.             "ID": 731,
  3820.             "ChunkNum": 1,
  3821.             "FullName": "Declare Function IsMenu Lib \"user32\" Alias \"IsMenu\" (ByVal hMenu As Long) As Long"
  3822.         },
  3823.         {
  3824.             "ID": 732,
  3825.             "ChunkNum": 1,
  3826.             "FullName": "Declare Function IsChild Lib \"user32\" Alias \"IsChild\" (ByVal hWndParent As Long, ByVal hwnd As Long) As Long"
  3827.         },
  3828.         {
  3829.             "ID": 733,
  3830.             "ChunkNum": 1,
  3831.             "FullName": "Declare Function DestroyWindow Lib \"user32\" Alias \"DestroyWindow\" (ByVal hwnd As Long) As Long"
  3832.         },
  3833.         {
  3834.             "ID": 734,
  3835.             "ChunkNum": 1,
  3836.             "FullName": "Declare Function ShowWindow Lib \"user32\" Alias \"ShowWindow\" (ByVal hwnd As Long, ByVal nCmdShow As Long) As Long"
  3837.         },
  3838.         {
  3839.             "ID": 735,
  3840.             "ChunkNum": 1,
  3841.             "FullName": "Declare Function FlashWindow Lib \"user32\" Alias \"FlashWindow\" (ByVal hwnd As Long, ByVal bInvert As Long) As Long"
  3842.         },
  3843.         {
  3844.             "ID": 736,
  3845.             "ChunkNum": 1,
  3846.             "FullName": "Declare Function ShowOwnedPopups Lib \"user32\" Alias \"ShowOwnedPopups\" (ByVal hwnd As Long, ByVal fShow As Long) As Long"
  3847.         },
  3848.         {
  3849.             "ID": 737,
  3850.             "ChunkNum": 1,
  3851.             "FullName": "Declare Function OpenIcon Lib \"user32\" Alias \"OpenIcon\" (ByVal hwnd As Long) As Long"
  3852.         },
  3853.         {
  3854.             "ID": 738,
  3855.             "ChunkNum": 1,
  3856.             "FullName": "Declare Function CloseWindow Lib \"user32\" Alias \"CloseWindow\" (ByVal hwnd As Long) As Long"
  3857.         },
  3858.         {
  3859.             "ID": 739,
  3860.             "ChunkNum": 1,
  3861.             "FullName": "Declare Function MoveWindow Lib \"user32\" Alias \"MoveWindow\" (ByVal hwnd As Long, ByVal x As Long, ByVal y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal bRepaint As Long) As Long"
  3862.         },
  3863.         {
  3864.             "ID": 740,
  3865.             "ChunkNum": 1,
  3866.             "FullName": "Declare Function SetWindowPos Lib \"user32\" Alias \"SetWindowPos\" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal x As Long, ByVal y As Long, ByVal cx As Long, ByVal cy As Long, ByVal wFlags As Long) As Long"
  3867.         },
  3868.         {
  3869.             "ID": 741,
  3870.             "ChunkNum": 1,
  3871.             "FullName": "Declare Function GetWindowPlacement Lib \"user32\" Alias \"GetWindowPlacement\" (ByVal hwnd As Long, lpwndpl As WINDOWPLACEMENT) As Long"
  3872.         },
  3873.         {
  3874.             "ID": 742,
  3875.             "ChunkNum": 1,
  3876.             "FullName": "Declare Function SetWindowPlacement Lib \"user32\" Alias \"SetWindowPlacement\" (ByVal hwnd As Long, lpwndpl As WINDOWPLACEMENT) As Long"
  3877.         },
  3878.         {
  3879.             "ID": 743,
  3880.             "ChunkNum": 1,
  3881.             "FullName": "Declare Function BeginDeferWindowPos Lib \"user32\" Alias \"BeginDeferWindowPos\" (ByVal nNumWindows As Long) As Long"
  3882.         },
  3883.         {
  3884.             "ID": 744,
  3885.             "ChunkNum": 1,
  3886.             "FullName": "Declare Function DeferWindowPos Lib \"user32\" Alias \"DeferWindowPos\" (ByVal hWinPosInfo As Long, ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal x As Long, ByVal y As Long, ByVal cx As Long, ByVal cy As Long, ByVal wFlags As Long) As Long"
  3887.         },
  3888.         {
  3889.             "ID": 745,
  3890.             "ChunkNum": 1,
  3891.             "FullName": "Declare Function EndDeferWindowPos Lib \"user32\" Alias \"EndDeferWindowPos\" (ByVal hWinPosInfo As Long) As Long"
  3892.         },
  3893.         {
  3894.             "ID": 746,
  3895.             "ChunkNum": 1,
  3896.             "FullName": "Declare Function IsWindowVisible Lib \"user32\" Alias \"IsWindowVisible\" (ByVal hwnd As Long) As Long"
  3897.         },
  3898.         {
  3899.             "ID": 747,
  3900.             "ChunkNum": 1,
  3901.             "FullName": "Declare Function IsIconic Lib \"user32\" Alias \"IsIconic\" (ByVal hwnd As Long) As Long"
  3902.         },
  3903.         {
  3904.             "ID": 748,
  3905.             "ChunkNum": 1,
  3906.             "FullName": "Declare Function AnyPopup Lib \"user32\" Alias \"AnyPopup\" () As Long"
  3907.         },
  3908.         {
  3909.             "ID": 749,
  3910.             "ChunkNum": 1,
  3911.             "FullName": "Declare Function BringWindowToTop Lib \"user32\" Alias \"BringWindowToTop\" (ByVal hwnd As Long) As Long"
  3912.         },
  3913.         {
  3914.             "ID": 750,
  3915.             "ChunkNum": 1,
  3916.             "FullName": "Declare Function IsZoomed Lib \"user32\" Alias \"IsZoomed\" (ByVal hwnd As Long) As Long"
  3917.         },
  3918.         {
  3919.             "ID": 751,
  3920.             "ChunkNum": 1,
  3921.             "FullName": "Declare Function EndDialog Lib \"user32\" Alias \"EndDialog\" (ByVal hDlg As Long, ByVal nResult As Long) As Long"
  3922.         },
  3923.         {
  3924.             "ID": 752,
  3925.             "ChunkNum": 1,
  3926.             "FullName": "Declare Function GetDlgItem Lib \"user32\" Alias \"GetDlgItem\" (ByVal hDlg As Long, ByVal nIDDlgItem As Long) As Long"
  3927.         },
  3928.         {
  3929.             "ID": 753,
  3930.             "ChunkNum": 1,
  3931.             "FullName": "Declare Function SetDlgItemInt Lib \"user32\" Alias \"SetDlgItemInt\" (ByVal hDlg As Long, ByVal nIDDlgItem As Long, ByVal wValue As Long, ByVal bSigned As Long) As Long"
  3932.         },
  3933.         {
  3934.             "ID": 754,
  3935.             "ChunkNum": 1,
  3936.             "FullName": "Declare Function GetDlgItemInt Lib \"user32\" Alias \"GetDlgItemInt\" (ByVal hDlg As Long, ByVal nIDDlgItem As Long, ByVal lpTranslated As Long, ByVal bSigned As Long) As Long"
  3937.         },
  3938.         {
  3939.             "ID": 755,
  3940.             "ChunkNum": 1,
  3941.             "FullName": "Declare Function SetDlgItemText Lib \"user32\" Alias \"SetDlgItemTextA\" (ByVal hDlg As Long, ByVal nIDDlgItem As Long, ByVal lpString As String) As Long"
  3942.         },
  3943.         {
  3944.             "ID": 756,
  3945.             "ChunkNum": 1,
  3946.             "FullName": "Declare Function GetDlgItemText Lib \"user32\" Alias \"GetDlgItemTextA\" (ByVal hDlg As Long, ByVal nIDDlgItem As Long, ByVal lpString As String, ByVal nMaxCount As Long) As Long"
  3947.         },
  3948.         {
  3949.             "ID": 757,
  3950.             "ChunkNum": 1,
  3951.             "FullName": "Declare Function CheckDlgButton Lib \"user32\" Alias \"CheckDLGButtonA\" (ByVal hDlg As Long, ByVal nIDButton As Long, ByVal wCheck As Long) As Long"
  3952.         },
  3953.         {
  3954.             "ID": 758,
  3955.             "ChunkNum": 1,
  3956.             "FullName": "Declare Function CheckRadioButton Lib \"user32\" Alias \"CheckRadioButtonA\" (ByVal hDlg As Long, ByVal nIDFirstButton As Long, ByVal nIDLastButton As Long, ByVal nIDCheckButton As Long) As Long"
  3957.         },
  3958.         {
  3959.             "ID": 759,
  3960.             "ChunkNum": 1,
  3961.             "FullName": "Declare Function IsDlgButtonChecked Lib \"user32\" Alias \"IsDlgButtonChecked\" (ByVal hDlg As Long, ByVal nIDButton As Long) As Long"
  3962.         },
  3963.         {
  3964.             "ID": 760,
  3965.             "ChunkNum": 1,
  3966.             "FullName": "Declare Function SendDlgItemMessage Lib \"user32\" Alias \"SendDlgItemMessageA\" (ByVal hDlg As Long, ByVal nIDDlgItem As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long"
  3967.         },
  3968.         {
  3969.             "ID": 761,
  3970.             "ChunkNum": 1,
  3971.             "FullName": "Declare Function GetNextDlgGroupItem Lib \"user32\" Alias \"GetNextDlgGroupItem\" (ByVal hDlg As Long, ByVal hCtl As Long, ByVal bPrevious As Long) As Long"
  3972.         },
  3973.         {
  3974.             "ID": 762,
  3975.             "ChunkNum": 1,
  3976.             "FullName": "Declare Function GetNextDlgTabItem Lib \"user32\" Alias \"GetNextDlgTabItem\" (ByVal hDlg As Long, ByVal hCtl As Long, ByVal bPrevious As Long) As Long"
  3977.         },
  3978.         {
  3979.             "ID": 763,
  3980.             "ChunkNum": 1,
  3981.             "FullName": "Declare Function GetDlgCtrlID Lib \"user32\" Alias \"GetDlgCtrlID\" (ByVal hwnd As Long) As Long"
  3982.         },
  3983.         {
  3984.             "ID": 764,
  3985.             "ChunkNum": 1,
  3986.             "FullName": "Declare Function GetDialogBaseUnits Lib \"user32\" Alias \"GetDialogBaseUnits\" () As Long"
  3987.         },
  3988.         {
  3989.             "ID": 765,
  3990.             "ChunkNum": 1,
  3991.             "FullName": "Declare Function DefDlgProc Lib \"user32\" Alias \"DefDlgProcA\" (ByVal hDlg As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long"
  3992.         },
  3993.         {
  3994.             "ID": 766,
  3995.             "ChunkNum": 1,
  3996.             "FullName": "Declare Function CallMsgFilter Lib \"user32\" Alias \"CallMsgFilterA\" (lpMsg As MSG, ByVal ncode As Long) As Long"
  3997.         },
  3998.         {
  3999.             "ID": 767,
  4000.             "ChunkNum": 1,
  4001.             "FullName": "Declare Function OpenClipboard Lib \"user32\" Alias \"OpenClipboard\" (ByVal hwnd As Long) As Long"
  4002.         },
  4003.         {
  4004.             "ID": 768,
  4005.             "ChunkNum": 1,
  4006.             "FullName": "Declare Function CloseClipboard Lib \"user32\" Alias \"CloseClipboard\" () As Long"
  4007.         },
  4008.         {
  4009.             "ID": 769,
  4010.             "ChunkNum": 1,
  4011.             "FullName": "Declare Function GetClipboardOwner Lib \"user32\" Alias \"GetClipboardOwner\" () As Long"
  4012.         },
  4013.         {
  4014.             "ID": 770,
  4015.             "ChunkNum": 1,
  4016.             "FullName": "Declare Function SetClipboardViewer Lib \"user32\" Alias \"SetClipboardViewer\" (ByVal hwnd As Long) As Long"
  4017.         },
  4018.         {
  4019.             "ID": 771,
  4020.             "ChunkNum": 1,
  4021.             "FullName": "Declare Function GetClipboardViewer Lib \"user32\" Alias \"GetClipboardViewer\" () As Long"
  4022.         },
  4023.         {
  4024.             "ID": 772,
  4025.             "ChunkNum": 1,
  4026.             "FullName": "Declare Function ChangeClipboardChain Lib \"user32\" Alias \"ChangeClipboardChain\" (ByVal hwnd As Long, ByVal hWndNext As Long) As Long"
  4027.         },
  4028.         {
  4029.             "ID": 773,
  4030.             "ChunkNum": 1,
  4031.             "FullName": "Declare Function SetClipboardData Lib \"user32\" Alias \"SetClipboardDataA\" (ByVal wFormat As Long, ByVal hMem As Long) As Long"
  4032.         },
  4033.         {
  4034.             "ID": 774,
  4035.             "ChunkNum": 1,
  4036.             "FullName": "Declare Function GetClipboardData Lib \"user32\" Alias \"GetClipboardDataA\" (ByVal wFormat As Long) As Long"
  4037.         },
  4038.         {
  4039.             "ID": 775,
  4040.             "ChunkNum": 1,
  4041.             "FullName": "Declare Function RegisterClipboardFormat Lib \"user32\" Alias \"RegisterClipboardFormatA\" (ByVal lpString As String) As Long"
  4042.         },
  4043.         {
  4044.             "ID": 776,
  4045.             "ChunkNum": 1,
  4046.             "FullName": "Declare Function CountClipboardFormats Lib \"user32\" Alias \"CountClipboardFormats\" () As Long"
  4047.         },
  4048.         {
  4049.             "ID": 777,
  4050.             "ChunkNum": 1,
  4051.             "FullName": "Declare Function EnumClipboardFormats Lib \"user32\" Alias \"EnumClipboardFormats\" (ByVal wFormat As Long) As Long"
  4052.         },
  4053.         {
  4054.             "ID": 778,
  4055.             "ChunkNum": 1,
  4056.             "FullName": "Declare Function GetClipboardFormatName Lib \"user32\" Alias \"GetClipboardFormatNameA\" (ByVal wFormat As Long, ByVal lpString As String, ByVal nMaxCount As Long) As Long"
  4057.         },
  4058.         {
  4059.             "ID": 779,
  4060.             "ChunkNum": 1,
  4061.             "FullName": "Declare Function EmptyClipboard Lib \"user32\" Alias \"EmptyClipboard\" () As Long"
  4062.         },
  4063.         {
  4064.             "ID": 780,
  4065.             "ChunkNum": 1,
  4066.             "FullName": "Declare Function IsClipboardFormatAvailable Lib \"user32\" Alias \"IsClipboardFormatAvailable\" (ByVal wFormat As Long) As Long"
  4067.         },
  4068.         {
  4069.             "ID": 781,
  4070.             "ChunkNum": 1,
  4071.             "FullName": "Declare Function GetPriorityClipboardFormat Lib \"user32\" Alias \"GetPriorityClipboardFormat\" (lpPriorityList As Long, ByVal nCount As Long) As Long"
  4072.         },
  4073.         {
  4074.             "ID": 782,
  4075.             "ChunkNum": 1,
  4076.             "FullName": "Declare Function GetOpenClipboardWindow Lib \"user32\" Alias \"GetOpenClipboardWindow\" () As Long"
  4077.         },
  4078.         {
  4079.             "ID": 783,
  4080.             "ChunkNum": 1,
  4081.             "FullName": "Declare Function CharToOem Lib \"user32\" Alias \"CharToOemA\" (ByVal lpszSrc As String, ByVal lpszDst As String) As Long"
  4082.         },
  4083.         {
  4084.             "ID": 784,
  4085.             "ChunkNum": 1,
  4086.             "FullName": "Declare Function OemToChar Lib \"user32\" Alias \"OemToCharA\" (ByVal lpszSrc As String, ByVal lpszDst As String) As Long"
  4087.         },
  4088.         {
  4089.             "ID": 785,
  4090.             "ChunkNum": 1,
  4091.             "FullName": "Declare Function CharToOemBuff Lib \"user32\" Alias \"CharToOemBuffA\" (ByVal lpszSrc As String, ByVal lpszDst As String, ByVal cchDstLength As Long) As Long"
  4092.         },
  4093.         {
  4094.             "ID": 786,
  4095.             "ChunkNum": 1,
  4096.             "FullName": "Declare Function OemToCharBuff Lib \"user32\" Alias \"OemToCharBuffA\" (ByVal lpszSrc As String, ByVal lpszDst As String, ByVal cchDstLength As Long) As Long"
  4097.         },
  4098.         {
  4099.             "ID": 787,
  4100.             "ChunkNum": 1,
  4101.             "FullName": "Declare Function CharUpper Lib \"user32\" Alias \"CharUpperA\" (ByVal lpsz As String) As String"
  4102.         },
  4103.         {
  4104.             "ID": 788,
  4105.             "ChunkNum": 1,
  4106.             "FullName": "Declare Function CharUpperBuff Lib \"user32\" Alias \"CharUpperBuffA\" (ByVal lpsz As String, ByVal cchLength As Long) As Long"
  4107.         },
  4108.         {
  4109.             "ID": 789,
  4110.             "ChunkNum": 1,
  4111.             "FullName": "Declare Function CharLower Lib \"user32\" Alias \"CharLowerA\" (ByVal lpsz As String) As String"
  4112.         },
  4113.         {
  4114.             "ID": 790,
  4115.             "ChunkNum": 1,
  4116.             "FullName": "Declare Function CharLowerBuff Lib \"user32\" Alias \"CharLowerBuffA\" (ByVal lpsz As String, ByVal cchLength As Long) As Long"
  4117.         },
  4118.         {
  4119.             "ID": 791,
  4120.             "ChunkNum": 1,
  4121.             "FullName": "Declare Function CharNext Lib \"user32\" Alias \"CharNextA\" (ByVal lpsz As String) As String"
  4122.         },
  4123.         {
  4124.             "ID": 792,
  4125.             "ChunkNum": 1,
  4126.             "FullName": "Declare Function CharPrev Lib \"user32\" Alias \"CharPrevA\" (ByVal lpszStart As String, ByVal lpszCurrent As String) As String"
  4127.         },
  4128.         {
  4129.             "ID": 793,
  4130.             "ChunkNum": 1,
  4131.             "FullName": "Declare Function IsCharAlpha Lib \"user32\" Alias \"IsCharAlphaA\" (ByVal cChar As Byte) As Long"
  4132.         },
  4133.         {
  4134.             "ID": 794,
  4135.             "ChunkNum": 1,
  4136.             "FullName": "Declare Function IsCharAlphaNumeric Lib \"user32\" Alias \"IsCharAlphaNumericA\" (ByVal cChar As Byte) As Long"
  4137.         },
  4138.         {
  4139.             "ID": 795,
  4140.             "ChunkNum": 1,
  4141.             "FullName": "Declare Function IsCharUpper Lib \"user32\" Alias \"IsCharUpperA\" (ByVal cChar As Byte) As Long"
  4142.         },
  4143.         {
  4144.             "ID": 796,
  4145.             "ChunkNum": 1,
  4146.             "FullName": "Declare Function IsCharLower Lib \"user32\" Alias \"IsCharLowerA\" (ByVal cChar As Byte) As Long"
  4147.         },
  4148.         {
  4149.             "ID": 797,
  4150.             "ChunkNum": 1,
  4151.             "FullName": "Declare Function SetFocus Lib \"user32\" Alias \"SetFocus\" (ByVal hwnd As Long) As Long"
  4152.         },
  4153.         {
  4154.             "ID": 798,
  4155.             "ChunkNum": 1,
  4156.             "FullName": "Declare Function GetFocus Lib \"user32\" Alias \"GetFocus\" () As Long"
  4157.         },
  4158.         {
  4159.             "ID": 799,
  4160.             "ChunkNum": 1,
  4161.             "FullName": "Declare Function GetActiveWindow Lib \"user32\" Alias \"GetActiveWindow\" () As Long"
  4162.         },
  4163.         {
  4164.             "ID": 800,
  4165.             "ChunkNum": 1,
  4166.             "FullName": "Declare Function GetKBCodePage Lib \"user32\" Alias \"GetKBCodePage\" () As Long"
  4167.         },
  4168.         {
  4169.             "ID": 801,
  4170.             "ChunkNum": 1,
  4171.             "FullName": "Declare Function GetKeyState Lib \"user32\" Alias \"GetKeyState\" (ByVal nVirtKey As Long) As Integer"
  4172.         },
  4173.         {
  4174.             "ID": 802,
  4175.             "ChunkNum": 1,
  4176.             "FullName": "Declare Function GetAsyncKeyState Lib \"user32\" Alias \"GetAsyncKeyState\" (ByVal vKey As Long) As Integer"
  4177.         },
  4178.         {
  4179.             "ID": 803,
  4180.             "ChunkNum": 1,
  4181.             "FullName": "Declare Function GetKeyboardState Lib \"user32\" Alias \"GetKeyboardState\" (pbKeyState As Byte) As Long"
  4182.         },
  4183.         {
  4184.             "ID": 804,
  4185.             "ChunkNum": 1,
  4186.             "FullName": "Declare Function SetKeyboardState Lib \"user32\" Alias \"SetKeyboardState\" (lppbKeyState As Byte) As Long"
  4187.         },
  4188.         {
  4189.             "ID": 805,
  4190.             "ChunkNum": 1,
  4191.             "FullName": "Declare Function GetKeyboardType Lib \"user32\" Alias \"GetKeyboardType\" (ByVal nTypeFlag As Long) As Long"
  4192.         },
  4193.         {
  4194.             "ID": 806,
  4195.             "ChunkNum": 1,
  4196.             "FullName": "Declare Function GetKeyNameText Lib \"user32\" Alias \"GetKeyNameTextA\" (ByVal lParam As Long, ByVal lpBuffer As String, ByVal nSize As Long) As Long"
  4197.         },
  4198.         {
  4199.             "ID": 807,
  4200.             "ChunkNum": 1,
  4201.             "FullName": "Declare Function ToAscii Lib \"user32\" Alias \"ToAscii\" (ByVal uVirtKey As Long, ByVal uScanCode As Long, lpbKeyState As Byte, lpwTransKey As Long, ByVal fuState As Long) As Long"
  4202.         },
  4203.         {
  4204.             "ID": 808,
  4205.             "ChunkNum": 1,
  4206.             "FullName": "Declare Function ToUnicode Lib \"user32\" Alias \"ToUnicode\" (ByVal wVirtKey As Long, ByVal wScanCode As Long, lpKeyState As Byte, ByVal pwszBuff As String, ByVal cchBuff As Long, ByVal wFlags As Long) As Long"
  4207.         },
  4208.         {
  4209.             "ID": 809,
  4210.             "ChunkNum": 1,
  4211.             "FullName": "Declare Function OemKeyScan Lib \"user32\" Alias \"OemKeyScan\" (ByVal wOemChar As Long) As Long"
  4212.         },
  4213.         {
  4214.             "ID": 810,
  4215.             "ChunkNum": 1,
  4216.             "FullName": "Declare Function VkKeyScan Lib \"user32\" Alias \"VkKeyScanA\" (ByVal cChar As Byte) As Integer"
  4217.         },
  4218.         {
  4219.             "ID": 811,
  4220.             "ChunkNum": 1,
  4221.             "FullName": "Declare Sub keybd_event Lib \"user32\" Alias \"keybd_event\" (ByVal bVk As Byte, ByVal bScan As Byte, ByVal dwFlags As Long, ByVal dwExtraInfo As Long)"
  4222.         },
  4223.         {
  4224.             "ID": 812,
  4225.             "ChunkNum": 1,
  4226.             "FullName": "Declare Sub mouse_event Lib \"user32\" Alias \"mouse_event\" (ByVal dwFlags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cButtons As Long, ByVal dwExtraInfo As Long)"
  4227.         },
  4228.         {
  4229.             "ID": 813,
  4230.             "ChunkNum": 1,
  4231.             "FullName": "Declare Function MapVirtualKey Lib \"user32\" Alias \"MapVirtualKeyA\" (ByVal wCode As Long, ByVal wMapType As Long) As Long"
  4232.         },
  4233.         {
  4234.             "ID": 814,
  4235.             "ChunkNum": 1,
  4236.             "FullName": "Declare Function GetInputState Lib \"user32\" Alias \"GetInputState\" () As Long"
  4237.         },
  4238.         {
  4239.             "ID": 815,
  4240.             "ChunkNum": 1,
  4241.             "FullName": "Declare Function GetQueueStatus Lib \"user32\" Alias \"GetQueueStatus\" (ByVal fuFlags As Long) As Long"
  4242.         },
  4243.         {
  4244.             "ID": 816,
  4245.             "ChunkNum": 1,
  4246.             "FullName": "Declare Function GetCapture Lib \"user32\" Alias \"GetCapture\" () As Long"
  4247.         },
  4248.         {
  4249.             "ID": 817,
  4250.             "ChunkNum": 1,
  4251.             "FullName": "Declare Function SetCapture Lib \"user32\" Alias \"SetCapture\" (ByVal hwnd As Long) As Long"
  4252.         },
  4253.         {
  4254.             "ID": 818,
  4255.             "ChunkNum": 1,
  4256.             "FullName": "Declare Function ReleaseCapture Lib \"user32\" Alias \"ReleaseCapture\" () As Long"
  4257.         },
  4258.         {
  4259.             "ID": 819,
  4260.             "ChunkNum": 1,
  4261.             "FullName": "Declare Function MsgWaitForMultipleObjects Lib \"user32\" Alias \"MsgWaitForMultipleObjects\" (ByVal nCount As Long, pHandles As Long, ByVal fWaitAll As Long, ByVal dwMilliseconds As Long, ByVal dwWakeMask As Long) As Long"
  4262.         },
  4263.         {
  4264.             "ID": 820,
  4265.             "ChunkNum": 1,
  4266.             "FullName": "Declare Function KillTimer Lib \"user32\" Alias \"KillTimer\" (ByVal hwnd As Long, ByVal nIDEvent As Long) As Long"
  4267.         },
  4268.         {
  4269.             "ID": 821,
  4270.             "ChunkNum": 1,
  4271.             "FullName": "Declare Function IsWindowUnicode Lib \"user32\" Alias \"IsWindowUnicode\" (ByVal hwnd As Long) As Long"
  4272.         },
  4273.         {
  4274.             "ID": 822,
  4275.             "ChunkNum": 1,
  4276.             "FullName": "Declare Function EnableWindow Lib \"user32\" Alias \"EnableWindow\" (ByVal hwnd As Long, ByVal fEnable As Long) As Long"
  4277.         },
  4278.         {
  4279.             "ID": 823,
  4280.             "ChunkNum": 1,
  4281.             "FullName": "Declare Function IsWindowEnabled Lib \"user32\" Alias \"IsWindowEnabled\" (ByVal hwnd As Long) As Long"
  4282.         },
  4283.         {
  4284.             "ID": 824,
  4285.             "ChunkNum": 1,
  4286.             "FullName": "Declare Function LoadAccelerators Lib \"user32\" Alias \"LoadAcceleratorsA\" (ByVal hInstance As Long, ByVal lpTableName As String) As Long"
  4287.         },
  4288.         {
  4289.             "ID": 825,
  4290.             "ChunkNum": 1,
  4291.             "FullName": "Declare Function CreateAcceleratorTable Lib \"user32\" Alias \"CreateAcceleratorTableA\" (lpaccl As ACCEL, ByVal cEntries As Long) As Long"
  4292.         },
  4293.         {
  4294.             "ID": 826,
  4295.             "ChunkNum": 1,
  4296.             "FullName": "Declare Function DestroyAcceleratorTable Lib \"user32\" Alias \"DestroyAcceleratorTable\" (ByVal haccel As Long) As Long"
  4297.         },
  4298.         {
  4299.             "ID": 827,
  4300.             "ChunkNum": 1,
  4301.             "FullName": "Declare Function CopyAcceleratorTable Lib \"user32\" Alias \"CopyAcceleratorTableA\" (ByVal hAccelSrc As Long, lpAccelDst As ACCEL, ByVal cAccelEntries As Long) As Long"
  4302.         },
  4303.         {
  4304.             "ID": 828,
  4305.             "ChunkNum": 1,
  4306.             "FullName": "Declare Function TranslateAccelerator Lib \"user32\" Alias \"TranslateAcceleratorA\" (ByVal hwnd As Long, ByVal hAccTable As Long, lpMsg As MSG) As Long"
  4307.         },
  4308.         {
  4309.             "ID": 829,
  4310.             "ChunkNum": 1,
  4311.             "FullName": "Declare Function GetSystemMetrics Lib \"user32\" Alias \"GetSystemMetrics\" (ByVal nIndex As Long) As Long"
  4312.         },
  4313.         {
  4314.             "ID": 830,
  4315.             "ChunkNum": 1,
  4316.             "FullName": "Declare Function LoadMenu Lib \"user32\" Alias \"LoadMenuA\" (ByVal hInstance As Long, ByVal lpString As String) As Long"
  4317.         },
  4318.         {
  4319.             "ID": 831,
  4320.             "ChunkNum": 1,
  4321.             "FullName": "Declare Function LoadMenuIndirect Lib \"user32\" Alias \"LoadMenuIndirectA\" (ByVal lpMenuTemplate As Long) As Long"
  4322.         },
  4323.         {
  4324.             "ID": 832,
  4325.             "ChunkNum": 1,
  4326.             "FullName": "Declare Function GetMenu Lib \"user32\" Alias \"GetMenu\" (ByVal hwnd As Long) As Long"
  4327.         },
  4328.         {
  4329.             "ID": 833,
  4330.             "ChunkNum": 1,
  4331.             "FullName": "Declare Function SetMenu Lib \"user32\" Alias \"SetMenu\" (ByVal hwnd As Long, ByVal hMenu As Long) As Long"
  4332.         },
  4333.         {
  4334.             "ID": 834,
  4335.             "ChunkNum": 1,
  4336.             "FullName": "Declare Function HiliteMenuItem Lib \"user32\" Alias \"HiliteMenuItem\" (ByVal hwnd As Long, ByVal hMenu As Long, ByVal wIDHiliteItem As Long, ByVal wHilite As Long) As Long"
  4337.         },
  4338.         {
  4339.             "ID": 835,
  4340.             "ChunkNum": 1,
  4341.             "FullName": "Declare Function GetMenuString Lib \"user32\" Alias \"GetMenuStringA\" (ByVal hMenu As Long, ByVal wIDItem As Long, ByVal lpString As String, ByVal nMaxCount As Long, ByVal wFlag As Long) As Long"
  4342.         },
  4343.         {
  4344.             "ID": 836,
  4345.             "ChunkNum": 1,
  4346.             "FullName": "Declare Function GetMenuState Lib \"user32\" Alias \"GetMenuState\" (ByVal hMenu As Long, ByVal wID As Long, ByVal wFlags As Long) As Long"
  4347.         },
  4348.         {
  4349.             "ID": 837,
  4350.             "ChunkNum": 1,
  4351.             "FullName": "Declare Function DrawMenuBar Lib \"user32\" Alias \"DrawMenuBar\" (ByVal hwnd As Long) As Long"
  4352.         },
  4353.         {
  4354.             "ID": 838,
  4355.             "ChunkNum": 1,
  4356.             "FullName": "Declare Function GetSystemMenu Lib \"user32\" Alias \"GetSystemMenu\" (ByVal hwnd As Long, ByVal bRevert As Long) As Long"
  4357.         },
  4358.         {
  4359.             "ID": 839,
  4360.             "ChunkNum": 1,
  4361.             "FullName": "Declare Function CreateMenu Lib \"user32\" Alias \"CreateMenu\" () As Long"
  4362.         },
  4363.         {
  4364.             "ID": 840,
  4365.             "ChunkNum": 1,
  4366.             "FullName": "Declare Function CreatePopupMenu Lib \"user32\" Alias \"CreatePopupMenu\" () As Long"
  4367.         },
  4368.         {
  4369.             "ID": 841,
  4370.             "ChunkNum": 1,
  4371.             "FullName": "Declare Function DestroyMenu Lib \"user32\" Alias \"DestroyMenu\" (ByVal hMenu As Long) As Long"
  4372.         },
  4373.         {
  4374.             "ID": 842,
  4375.             "ChunkNum": 1,
  4376.             "FullName": "Declare Function CheckMenuItem Lib \"user32\" Alias \"CheckMenuItem\" (ByVal hMenu As Long, ByVal wIDCheckItem As Long, ByVal wCheck As Long) As Long"
  4377.         },
  4378.         {
  4379.             "ID": 843,
  4380.             "ChunkNum": 1,
  4381.             "FullName": "Declare Function EnableMenuItem Lib \"user32\" Alias \"EnableMenuItem\" (ByVal hMenu As Long, ByVal wIDEnableItem As Long, ByVal wEnable As Long) As Long"
  4382.         },
  4383.         {
  4384.             "ID": 844,
  4385.             "ChunkNum": 1,
  4386.             "FullName": "Declare Function GetSubMenu Lib \"user32\" Alias \"GetSubMenu\" (ByVal hMenu As Long, ByVal nPos As Long) As Long"
  4387.         },
  4388.         {
  4389.             "ID": 845,
  4390.             "ChunkNum": 1,
  4391.             "FullName": "Declare Function GetMenuItemID Lib \"user32\" Alias \"GetMenuItemID\" (ByVal hMenu As Long, ByVal nPos As Long) As Long"
  4392.         },
  4393.         {
  4394.             "ID": 846,
  4395.             "ChunkNum": 1,
  4396.             "FullName": "Declare Function GetMenuItemCount Lib \"user32\" Alias \"GetMenuItemCount\" (ByVal hMenu As Long) As Long"
  4397.         },
  4398.         {
  4399.             "ID": 847,
  4400.             "ChunkNum": 1,
  4401.             "FullName": "Declare Function InsertMenu Lib \"user32\" Alias \"InsertMenuA\" (ByVal hMenu As Long, ByVal nPosition As Long, ByVal wFlags As Long, ByVal wIDNewItem As Long, ByVal lpNewItem As String) As Long"
  4402.         },
  4403.         {
  4404.             "ID": 848,
  4405.             "ChunkNum": 1,
  4406.             "FullName": "Declare Function AppendMenu Lib \"user32\" Alias \"AppendMenuA\" (ByVal hMenu As Long, ByVal wFlags As Long, ByVal wIDNewItem As Long, ByVal lpNewItem As String) As Long"
  4407.         },
  4408.         {
  4409.             "ID": 849,
  4410.             "ChunkNum": 1,
  4411.             "FullName": "Declare Function ModifyMenu Lib \"user32\" Alias \"ModifyMenuA\" (ByVal hMenu As Long, ByVal nPosition As Long, ByVal wFlags As Long, ByVal wIDNewItem As Long, ByVal lpString As String) As Long"
  4412.         },
  4413.         {
  4414.             "ID": 850,
  4415.             "ChunkNum": 1,
  4416.             "FullName": "Declare Function RemoveMenu Lib \"user32\" Alias \"RemoveMenu\" (ByVal hMenu As Long, ByVal nPosition As Long, ByVal wFlags As Long) As Long"
  4417.         },
  4418.         {
  4419.             "ID": 851,
  4420.             "ChunkNum": 1,
  4421.             "FullName": "Declare Function DeleteMenu Lib \"user32\" Alias \"DeleteMenu\" (ByVal hMenu As Long, ByVal nPosition As Long, ByVal wFlags As Long) As Long"
  4422.         },
  4423.         {
  4424.             "ID": 852,
  4425.             "ChunkNum": 1,
  4426.             "FullName": "Declare Function SetMenuItemBitmaps Lib \"user32\" Alias \"SetMenuItemBitmaps\" (ByVal hMenu As Long, ByVal nPosition As Long, ByVal wFlags As Long, ByVal hBitmapUnchecked As Long, ByVal hBitmapChecked As Long) As Long"
  4427.         },
  4428.         {
  4429.             "ID": 853,
  4430.             "ChunkNum": 1,
  4431.             "FullName": "Declare Function GetMenuCheckMarkDimensions Lib \"user32\" Alias \"GetMenuCheckMarkDimensions\" () As Long"
  4432.         },
  4433.         {
  4434.             "ID": 854,
  4435.             "ChunkNum": 1,
  4436.             "FullName": "Declare Function TrackPopupMenu Lib \"user32\" Alias \"TrackPopupMenu\" (ByVal hMenu As Long, ByVal wFlags As Long, ByVal x As Long, ByVal y As Long, ByVal nReserved As Long, ByVal hwnd As Long, lprc As Rect) As Long"
  4437.         },
  4438.         {
  4439.             "ID": 855,
  4440.             "ChunkNum": 1,
  4441.             "FullName": "Declare Function DrawIcon Lib \"user32\" Alias \"DrawIcon\" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, ByVal hIcon As Long) As Long"
  4442.         },
  4443.         {
  4444.             "ID": 856,
  4445.             "ChunkNum": 1,
  4446.             "FullName": "Declare Function DrawText Lib \"user32\" Alias \"DrawTextA\" (ByVal hdc As Long, ByVal lpStr As String, ByVal nCount As Long, lpRect As RECT, ByVal wFormat As Long) As Long"
  4447.         },
  4448.         {
  4449.             "ID": 857,
  4450.             "ChunkNum": 1,
  4451.             "FullName": "Declare Function TabbedTextOut Lib \"user32\" Alias \"TabbedTextOutA\" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, ByVal lpString As String, ByVal nCount As Long, ByVal nTabPositions As Long, lpnTabStopPositions As Long, ByVal nTabOrigin As Long) As"
  4452.         },
  4453.         {
  4454.             "ID": 857,
  4455.             "ChunkNum": 2,
  4456.             "FullName": " Long"
  4457.         },
  4458.         {
  4459.             "ID": 858,
  4460.             "ChunkNum": 1,
  4461.             "FullName": "Declare Function GetTabbedTextExtent Lib \"user32\" Alias \"GetTabbedTextExtentA\" (ByVal hdc As Long, ByVal lpString As String, ByVal nCount As Long, ByVal nTabPositions As Long, lpnTabStopPositions As Long) As Long"
  4462.         },
  4463.         {
  4464.             "ID": 859,
  4465.             "ChunkNum": 1,
  4466.             "FullName": "Declare Function UpdateWindow Lib \"user32\" Alias \"UpdateWindow\" (ByVal hwnd As Long) As Long"
  4467.         },
  4468.         {
  4469.             "ID": 860,
  4470.             "ChunkNum": 1,
  4471.             "FullName": "Declare Function SetActiveWindow Lib \"user32\" Alias \"SetActiveWindow\" (ByVal hwnd As Long) As Long"
  4472.         },
  4473.         {
  4474.             "ID": 861,
  4475.             "ChunkNum": 1,
  4476.             "FullName": "Declare Function GetForegroundWindow Lib \"user32\" Alias \"GetForegroundWindow\" () As Long"
  4477.         },
  4478.         {
  4479.             "ID": 862,
  4480.             "ChunkNum": 1,
  4481.             "FullName": "Declare Function SetForegroundWindow Lib \"user32\" Alias \"SetForegroundWindow\" (ByVal hwnd As Long) As Long"
  4482.         },
  4483.         {
  4484.             "ID": 863,
  4485.             "ChunkNum": 1,
  4486.             "FullName": "Declare Function WindowFromDC Lib \"user32\" Alias \"WindowFromDC\" (ByVal hdc As Long) As Long"
  4487.         },
  4488.         {
  4489.             "ID": 864,
  4490.             "ChunkNum": 1,
  4491.             "FullName": "Declare Function GetDC Lib \"user32\" Alias \"GetDC\" (ByVal hwnd As Long) As Long"
  4492.         },
  4493.         {
  4494.             "ID": 865,
  4495.             "ChunkNum": 1,
  4496.             "FullName": "Declare Function GetDCEx Lib \"user32\" Alias \"GetDCEx\" (ByVal hwnd As Long, ByVal hrgnclip As Long, ByVal fdwOptions As Long) As Long"
  4497.         },
  4498.         {
  4499.             "ID": 866,
  4500.             "ChunkNum": 1,
  4501.             "FullName": "Declare Function GetWindowDC Lib \"user32\" Alias \"GetWindowDC\" (ByVal hwnd As Long) As Long"
  4502.         },
  4503.         {
  4504.             "ID": 867,
  4505.             "ChunkNum": 1,
  4506.             "FullName": "Declare Function ReleaseDC Lib \"user32\" Alias \"ReleaseDC\" (ByVal hwnd As Long, ByVal hdc As Long) As Long"
  4507.         },
  4508.         {
  4509.             "ID": 868,
  4510.             "ChunkNum": 1,
  4511.             "FullName": "Declare Function BeginPaint Lib \"user32\" Alias \"BeginPaint\" (ByVal hwnd As Long, lpPaint As PAINTSTRUCT) As Long"
  4512.         },
  4513.         {
  4514.             "ID": 869,
  4515.             "ChunkNum": 1,
  4516.             "FullName": "Declare Function EndPaint Lib \"user32\" Alias \"EndPaint\" (ByVal hwnd As Long, lpPaint As PAINTSTRUCT) As Long"
  4517.         },
  4518.         {
  4519.             "ID": 870,
  4520.             "ChunkNum": 1,
  4521.             "FullName": "Declare Function GetUpdateRect Lib \"user32\" Alias \"GetUpdateRect\" (ByVal hwnd As Long, lpRect As RECT, ByVal bErase As Long) As Long"
  4522.         },
  4523.         {
  4524.             "ID": 871,
  4525.             "ChunkNum": 1,
  4526.             "FullName": "Declare Function GetUpdateRgn Lib \"user32\" Alias \"GetUpdateRgn\" (ByVal hwnd As Long, ByVal hRgn As Long, ByVal fErase As Long) As Long"
  4527.         },
  4528.         {
  4529.             "ID": 872,
  4530.             "ChunkNum": 1,
  4531.             "FullName": "Declare Function ExcludeUpdateRgn Lib \"user32\" Alias \"ExcludeUpdateRgn\" (ByVal hdc As Long, ByVal hwnd As Long) As Long"
  4532.         },
  4533.         {
  4534.             "ID": 873,
  4535.             "ChunkNum": 1,
  4536.             "FullName": "Declare Function InvalidateRect Lib \"user32\" Alias \"InvalidateRect\" (ByVal hwnd As Long, lpRect As RECT, ByVal bErase As Long) As Long"
  4537.         },
  4538.         {
  4539.             "ID": 874,
  4540.             "ChunkNum": 1,
  4541.             "FullName": "Declare Function ValidateRect Lib \"user32\" Alias \"ValidateRect\" (ByVal hwnd As Long, lpRect As RECT) As Long"
  4542.         },
  4543.         {
  4544.             "ID": 875,
  4545.             "ChunkNum": 1,
  4546.             "FullName": "Declare Function InvalidateRgn Lib \"user32\" Alias \"InvalidateRgn\" (ByVal hwnd As Long, ByVal hRgn As Long, ByVal bErase As Long) As Long"
  4547.         },
  4548.         {
  4549.             "ID": 876,
  4550.             "ChunkNum": 1,
  4551.             "FullName": "Declare Function ValidateRgn Lib \"user32\" Alias \"ValidateRgn\" (ByVal hwnd As Long, ByVal hRgn As Long) As Long"
  4552.         },
  4553.         {
  4554.             "ID": 877,
  4555.             "ChunkNum": 1,
  4556.             "FullName": "Declare Function RedrawWindow Lib \"user32\" Alias \"RedrawWindow\" (ByVal hwnd As Long, lprcUpdate As RECT, ByVal hrgnUpdate As Long, ByVal fuRedraw As Long) As Long"
  4557.         },
  4558.         {
  4559.             "ID": 878,
  4560.             "ChunkNum": 1,
  4561.             "FullName": "Declare Function LockWindowUpdate Lib \"user32\" Alias \"LockWindowUpdate\" (ByVal hwndLock As Long) As Long"
  4562.         },
  4563.         {
  4564.             "ID": 879,
  4565.             "ChunkNum": 1,
  4566.             "FullName": "Declare Function ScrollWindow Lib \"user32\" Alias \"ScrollWindow\" (ByVal hWnd As Long, ByVal XAmount As Long, ByVal YAmount As Long, lpRect As RECT, lpClipRect As RECT) As Long"
  4567.         },
  4568.         {
  4569.             "ID": 880,
  4570.             "ChunkNum": 1,
  4571.             "FullName": "Declare Function ScrollDC Lib \"user32\" Alias \"ScrollDC\" (ByVal hdc As Long, ByVal dx As Long, ByVal dy As Long, lprcScroll As RECT, lprcClip As RECT, ByVal hrgnUpdate As Long, lprcUpdate As RECT) As Long"
  4572.         },
  4573.         {
  4574.             "ID": 881,
  4575.             "ChunkNum": 1,
  4576.             "FullName": "Declare Function ScrollWindowEx Lib \"user32\" Alias \"ScrollWindowEx\" (ByVal hwnd As Long, ByVal dx As Long, ByVal dy As Long, lprcScroll As RECT, lprcClip As RECT, ByVal hrgnUpdate As Long, lprcUpdate As RECT, ByVal fuScroll As Long) As Long"
  4577.         },
  4578.         {
  4579.             "ID": 882,
  4580.             "ChunkNum": 1,
  4581.             "FullName": "Declare Function SetScrollPos Lib \"user32\" Alias \"SetScrollPos\" (ByVal hwnd As Long, ByVal nBar As Long, ByVal nPos As Long, ByVal bRedraw As Long) As Long"
  4582.         },
  4583.         {
  4584.             "ID": 883,
  4585.             "ChunkNum": 1,
  4586.             "FullName": "Declare Function GetScrollPos Lib \"user32\" Alias \"GetScrollPos\" (ByVal hwnd As Long, ByVal nBar As Long) As Long"
  4587.         },
  4588.         {
  4589.             "ID": 884,
  4590.             "ChunkNum": 1,
  4591.             "FullName": "Declare Function SetScrollRange Lib \"user32\" Alias \"SetScrollRange\" (ByVal hwnd As Long, ByVal nBar As Long, ByVal nMinPos As Long, ByVal nMaxPos As Long, ByVal bRedraw As Long) As Long"
  4592.         },
  4593.         {
  4594.             "ID": 885,
  4595.             "ChunkNum": 1,
  4596.             "FullName": "Declare Function GetScrollRange Lib \"user32\" Alias \"GetScrollRange\" (ByVal hwnd As Long, ByVal nBar As Long, lpMinPos As Long, lpMaxPos As Long) As Long"
  4597.         },
  4598.         {
  4599.             "ID": 886,
  4600.             "ChunkNum": 1,
  4601.             "FullName": "Declare Function ShowScrollBar Lib \"user32\" Alias \"ShowScrollBar\" (ByVal hwnd As Long, ByVal wBar As Long, ByVal bShow As Long) As Long"
  4602.         },
  4603.         {
  4604.             "ID": 887,
  4605.             "ChunkNum": 1,
  4606.             "FullName": "Declare Function EnableScrollBar Lib \"user32\" Alias \"EnableScrollBar\" (ByVal hwnd As Long, ByVal wSBflags As Long, ByVal wArrows As Long) As Long"
  4607.         },
  4608.         {
  4609.             "ID": 888,
  4610.             "ChunkNum": 1,
  4611.             "FullName": "Declare Function SetProp Lib \"user32\" Alias \"SetPropA\" (ByVal hwnd As Long, ByVal lpString As String, ByVal hData As Long) As Long"
  4612.         },
  4613.         {
  4614.             "ID": 889,
  4615.             "ChunkNum": 1,
  4616.             "FullName": "Declare Function GetProp Lib \"user32\" Alias \"GetPropA\" (ByVal hwnd As Long, ByVal lpString As String) As Long"
  4617.         },
  4618.         {
  4619.             "ID": 890,
  4620.             "ChunkNum": 1,
  4621.             "FullName": "Declare Function RemoveProp Lib \"user32\" Alias \"RemovePropA\" (ByVal hwnd As Long, ByVal lpString As String) As Long"
  4622.         },
  4623.         {
  4624.             "ID": 891,
  4625.             "ChunkNum": 1,
  4626.             "FullName": "Declare Function SetWindowText Lib \"user32\" Alias \"SetWindowTextA\" (ByVal hwnd As Long, ByVal lpString As String) As Long"
  4627.         },
  4628.         {
  4629.             "ID": 892,
  4630.             "ChunkNum": 1,
  4631.             "FullName": "Declare Function GetWindowText Lib \"user32\" Alias \"GetWindowTextA\" (ByVal hwnd As Long, ByVal lpString As String, ByVal cch As Long) As Long"
  4632.         },
  4633.         {
  4634.             "ID": 893,
  4635.             "ChunkNum": 1,
  4636.             "FullName": "Declare Function GetWindowTextLength Lib \"user32\" Alias \"GetWindowTextLengthA\" (ByVal hwnd As Long) As Long"
  4637.         },
  4638.         {
  4639.             "ID": 894,
  4640.             "ChunkNum": 1,
  4641.             "FullName": "Declare Function GetClientRect Lib \"user32\" Alias \"GetClientRect\" (ByVal hwnd As Long, lpRect As RECT) As Long"
  4642.         },
  4643.         {
  4644.             "ID": 895,
  4645.             "ChunkNum": 1,
  4646.             "FullName": "Declare Function GetWindowRect Lib \"user32\" Alias \"GetWindowRect\" (ByVal hwnd As Long, lpRect As RECT) As Long"
  4647.         },
  4648.         {
  4649.             "ID": 896,
  4650.             "ChunkNum": 1,
  4651.             "FullName": "Declare Function AdjustWindowRect Lib \"user32\" Alias \"AdjustWindowRectA\" (lpRect As RECT, ByVal dwStyle As Long, ByVal bMenu As Long) As Long"
  4652.         },
  4653.         {
  4654.             "ID": 897,
  4655.             "ChunkNum": 1,
  4656.             "FullName": "Declare Function AdjustWindowRectEx Lib \"user32\" Alias \"AdjustWindowRectEx\" (lpRect As RECT, ByVal dsStyle As Long, ByVal bMenu As Long, ByVal dwEsStyle As Long) As Long"
  4657.         },
  4658.         {
  4659.             "ID": 898,
  4660.             "ChunkNum": 1,
  4661.             "FullName": "Declare Function MessageBox Lib \"user32\" Alias \"MessageBoxA\" (ByVal hwnd As Long, ByVal lpText As String, ByVal lpCaption As String, ByVal wType As Long) As Long"
  4662.         },
  4663.         {
  4664.             "ID": 899,
  4665.             "ChunkNum": 1,
  4666.             "FullName": "Declare Function MessageBoxEx Lib \"user32\" Alias \"MessageBoxExA\" (ByVal hwnd As Long, ByVal lpText As String, ByVal lpCaption As String, ByVal uType As Long, ByVal wLanguageId As Long) As Long"
  4667.         },
  4668.         {
  4669.             "ID": 900,
  4670.             "ChunkNum": 1,
  4671.             "FullName": "Declare Function MessageBeep Lib \"user32\" Alias \"BeepA\" (ByVal wType As Long) As Long"
  4672.         },
  4673.         {
  4674.             "ID": 901,
  4675.             "ChunkNum": 1,
  4676.             "FullName": "Declare Function ShowCursor Lib \"user32\" Alias \"ShowCursor\" (ByVal bShow As Long) As Long"
  4677.         },
  4678.         {
  4679.             "ID": 902,
  4680.             "ChunkNum": 1,
  4681.             "FullName": "Declare Function SetCursorPos Lib \"user32\" Alias \"SetCursorPos\" (ByVal x As Long, ByVal y As Long) As Long"
  4682.         },
  4683.         {
  4684.             "ID": 903,
  4685.             "ChunkNum": 1,
  4686.             "FullName": "Declare Function SetCursor Lib \"user32\" Alias \"SetCursor\" (ByVal hCursor As Long) As Long"
  4687.         },
  4688.         {
  4689.             "ID": 904,
  4690.             "ChunkNum": 1,
  4691.             "FullName": "Declare Function GetCursorPos Lib \"user32\" Alias \"GetCursorPos\" (lpPoint As POINTAPI) As Long"
  4692.         },
  4693.         {
  4694.             "ID": 905,
  4695.             "ChunkNum": 1,
  4696.             "FullName": "Declare Function ClipCursor Lib \"user32\" Alias \"ClipCursor\" (lpRect As Any) As Long"
  4697.         },
  4698.         {
  4699.             "ID": 906,
  4700.             "ChunkNum": 1,
  4701.             "FullName": "Declare Function GetCursor Lib \"user32\" Alias \"GetCursor\" () As Long"
  4702.         },
  4703.         {
  4704.             "ID": 907,
  4705.             "ChunkNum": 1,
  4706.             "FullName": "Declare Function GetClipCursor Lib \"user32\" Alias \"GetClipCursor\" (lprc As RECT) As Long"
  4707.         },
  4708.         {
  4709.             "ID": 908,
  4710.             "ChunkNum": 1,
  4711.             "FullName": "Declare Function CreateCaret Lib \"user32\" Alias \"CreateCaret\" (ByVal hwnd As Long, ByVal hBitmap As Long, ByVal nWidth As Long, ByVal nHeight As Long) As Long"
  4712.         },
  4713.         {
  4714.             "ID": 909,
  4715.             "ChunkNum": 1,
  4716.             "FullName": "Declare Function GetCaretBlinkTime Lib \"user32\" Alias \"GetCaretBlinkTime\" () As Long"
  4717.         },
  4718.         {
  4719.             "ID": 910,
  4720.             "ChunkNum": 1,
  4721.             "FullName": "Declare Function SetCaretBlinkTime Lib \"user32\" Alias \"SetCaretBlinkTime\" (ByVal wMSeconds As Long) As Long"
  4722.         },
  4723.         {
  4724.             "ID": 911,
  4725.             "ChunkNum": 1,
  4726.             "FullName": "Declare Function DestroyCaret Lib \"user32\" Alias \"DestroyCaret\" () As Long"
  4727.         },
  4728.         {
  4729.             "ID": 912,
  4730.             "ChunkNum": 1,
  4731.             "FullName": "Declare Function HideCaret Lib \"user32\" Alias \"HideCaret\" (ByVal hwnd As Long) As Long"
  4732.         },
  4733.         {
  4734.             "ID": 913,
  4735.             "ChunkNum": 1,
  4736.             "FullName": "Declare Function ShowCaret Lib \"user32\" Alias \"ShowCaret\" (ByVal hwnd As Long) As Long"
  4737.         },
  4738.         {
  4739.             "ID": 914,
  4740.             "ChunkNum": 1,
  4741.             "FullName": "Declare Function SetCaretPos Lib \"user32\" Alias \"SetCaretPos\" (ByVal x As Long, ByVal y As Long) As Long"
  4742.         },
  4743.         {
  4744.             "ID": 915,
  4745.             "ChunkNum": 1,
  4746.             "FullName": "Declare Function GetCaretPos Lib \"user32\" Alias \"GetCaretPos\" (lpPoint As POINTAPI) As Long"
  4747.         },
  4748.         {
  4749.             "ID": 916,
  4750.             "ChunkNum": 1,
  4751.             "FullName": "Declare Function ClientToScreen Lib \"user32\" Alias \"ClientToScreen\" (ByVal hwnd As Long, lpPoint As POINTAPI) As Long"
  4752.         },
  4753.         {
  4754.             "ID": 917,
  4755.             "ChunkNum": 1,
  4756.             "FullName": "Declare Function ScreenToClient Lib \"user32\" Alias \"ScreenToClient\" (ByVal hwnd As Long, lpPoint As POINTAPI) As Long"
  4757.         },
  4758.         {
  4759.             "ID": 918,
  4760.             "ChunkNum": 1,
  4761.             "FullName": "Declare Function MapWindowPoints Lib \"user32\" Alias \"MapWindowPoints\" (ByVal hwndFrom As Long, ByVal hwndTo As Long, lppt As Any, ByVal cPoints As Long) As Long"
  4762.         },
  4763.         {
  4764.             "ID": 919,
  4765.             "ChunkNum": 1,
  4766.             "FullName": "Declare Function WindowFromPoint Lib \"user32\" Alias \"WindowFromPoint\" (ByVal xPoint As Long, ByVal yPoint As Long) As Long"
  4767.         },
  4768.         {
  4769.             "ID": 920,
  4770.             "ChunkNum": 1,
  4771.             "FullName": "Declare Function ChildWindowFromPoint Lib \"user32\" Alias \"ChildWindowFromPoint\" (ByVal hWnd As Long, ByVal xPoint As Long, ByVal yPoint As Long) As Long"
  4772.         },
  4773.         {
  4774.             "ID": 921,
  4775.             "ChunkNum": 1,
  4776.             "FullName": "Declare Function GetSysColor Lib \"user32\" Alias \"GetSysColor\" (ByVal nIndex As Long) As Long"
  4777.         },
  4778.         {
  4779.             "ID": 922,
  4780.             "ChunkNum": 1,
  4781.             "FullName": "Declare Function SetSysColors Lib \"user32\" Alias \"SetSysColors\" (ByVal nChanges As Long, lpSysColor As Long, lpColorValues As Long) As Long"
  4782.         },
  4783.         {
  4784.             "ID": 923,
  4785.             "ChunkNum": 1,
  4786.             "FullName": "Declare Function DrawFocusRect Lib \"user32\" Alias \"DrawFocusRect\" (ByVal hdc As Long, lpRect As RECT) As Long"
  4787.         },
  4788.         {
  4789.             "ID": 924,
  4790.             "ChunkNum": 1,
  4791.             "FullName": "Declare Function FillRect Lib \"user32\" Alias \"FillRect\" (ByVal hdc As Long, lpRect As RECT, ByVal hBrush As Long) As Long"
  4792.         },
  4793.         {
  4794.             "ID": 925,
  4795.             "ChunkNum": 1,
  4796.             "FullName": "Declare Function FrameRect Lib \"user32\" Alias \"FrameRect\" (ByVal hdc As Long, lpRect As RECT, ByVal hBrush As Long) As Long"
  4797.         },
  4798.         {
  4799.             "ID": 926,
  4800.             "ChunkNum": 1,
  4801.             "FullName": "Declare Function InvertRect Lib \"user32\" Alias \"InvertRect\" (ByVal hdc As Long, lpRect As RECT) As Long"
  4802.         },
  4803.         {
  4804.             "ID": 927,
  4805.             "ChunkNum": 1,
  4806.             "FullName": "Declare Function SetRect Lib \"user32\" Alias \"SetRect\" (lpRect As RECT, ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long) As Long"
  4807.         },
  4808.         {
  4809.             "ID": 928,
  4810.             "ChunkNum": 1,
  4811.             "FullName": "Declare Function SetRectEmpty Lib \"user32\" Alias \"SetRectEmpty\" (lpRect As RECT) As Long"
  4812.         },
  4813.         {
  4814.             "ID": 929,
  4815.             "ChunkNum": 1,
  4816.             "FullName": "Declare Function CopyRect Lib \"user32\" Alias \"CopyRect\" (lpDestRect As RECT, lpSourceRect As RECT) As Long"
  4817.         },
  4818.         {
  4819.             "ID": 930,
  4820.             "ChunkNum": 1,
  4821.             "FullName": "Declare Function InflateRect Lib \"user32\" Alias \"InflateRect\" (lpRect As RECT, ByVal x As Long, ByVal y As Long) As Long"
  4822.         },
  4823.         {
  4824.             "ID": 931,
  4825.             "ChunkNum": 1,
  4826.             "FullName": "Declare Function IntersectRect Lib \"user32\" Alias \"IntersectRect\" (lpDestRect As RECT, lpSrc1Rect As RECT, lpSrc2Rect As RECT) As Long"
  4827.         },
  4828.         {
  4829.             "ID": 932,
  4830.             "ChunkNum": 1,
  4831.             "FullName": "Declare Function UnionRect Lib \"user32\" Alias \"UnionRect\" (lpDestRect As RECT, lpSrc1Rect As RECT, lpSrc2Rect As RECT) As Long"
  4832.         },
  4833.         {
  4834.             "ID": 933,
  4835.             "ChunkNum": 1,
  4836.             "FullName": "Declare Function SubtractRect Lib \"user32\" Alias \"SubtractRect\" (lprcDst As RECT, lprcSrc1 As RECT, lprcSrc2 As RECT) As Long"
  4837.         },
  4838.         {
  4839.             "ID": 934,
  4840.             "ChunkNum": 1,
  4841.             "FullName": "Declare Function OffsetRect Lib \"user32\" Alias \"OffsetRect\" (lpRect As RECT, ByVal x As Long, ByVal y As Long) As Long"
  4842.         },
  4843.         {
  4844.             "ID": 935,
  4845.             "ChunkNum": 1,
  4846.             "FullName": "Declare Function IsRectEmpty Lib \"user32\" Alias \"IsRectEmpty\" (lpRect As RECT) As Long"
  4847.         },
  4848.         {
  4849.             "ID": 936,
  4850.             "ChunkNum": 1,
  4851.             "FullName": "Declare Function EqualRect Lib \"user32\" Alias \"EqualRect\" (lpRect1 As RECT, lpRect2 As RECT) As Long"
  4852.         },
  4853.         {
  4854.             "ID": 937,
  4855.             "ChunkNum": 1,
  4856.             "FullName": "Declare Function PtInRect Lib \"user32\" Alias \"PtInRect\" (lpRect As RECT, pt As POINTAPI) As Long"
  4857.         },
  4858.         {
  4859.             "ID": 938,
  4860.             "ChunkNum": 1,
  4861.             "FullName": "Declare Function GetWindowWord Lib \"user32\" Alias \"GetWindowWord\" (ByVal hwnd As Long, ByVal nIndex As Long) As Integer"
  4862.         },
  4863.         {
  4864.             "ID": 939,
  4865.             "ChunkNum": 1,
  4866.             "FullName": "Declare Function SetWindowWord Lib \"user32\" Alias \"SetWindowWord\" (ByVal hwnd As Long, ByVal nIndex As Long, ByVal wNewWord As Long) As Long"
  4867.         },
  4868.         {
  4869.             "ID": 940,
  4870.             "ChunkNum": 1,
  4871.             "FullName": "Declare Function GetWindowLong Lib \"user32\" Alias \"GetWindowLongA\" (ByVal hwnd As Long, ByVal nIndex As Long) As Long"
  4872.         },
  4873.         {
  4874.             "ID": 941,
  4875.             "ChunkNum": 1,
  4876.             "FullName": "Declare Function SetWindowLong Lib \"user32\" Alias \"SetWindowLongA\" (ByVal hwnd As Long, ByVal nIndex As Long, ByVal dwNewLong As Long) As Long"
  4877.         },
  4878.         {
  4879.             "ID": 942,
  4880.             "ChunkNum": 1,
  4881.             "FullName": "Declare Function GetClassWord Lib \"user32\" Alias \"GetClassWord\" (ByVal hwnd As Long, ByVal nIndex As Long) As Long"
  4882.         },
  4883.         {
  4884.             "ID": 943,
  4885.             "ChunkNum": 1,
  4886.             "FullName": "Declare Function SetClassWord Lib \"user32\" Alias \"SetClassWord\" (ByVal hwnd As Long, ByVal nIndex As Long, ByVal wNewWord As Long) As Long"
  4887.         },
  4888.         {
  4889.             "ID": 944,
  4890.             "ChunkNum": 1,
  4891.             "FullName": "Declare Function GetClassLong Lib \"user32\" Alias \"GetClassLongA\" (ByVal hwnd As Long, ByVal nIndex As Long) As Long"
  4892.         },
  4893.         {
  4894.             "ID": 945,
  4895.             "ChunkNum": 1,
  4896.             "FullName": "Declare Function SetClassLong Lib \"user32\" Alias \"SetClassLongA\" (ByVal hwnd As Long, ByVal nIndex As Long, ByVal dwNewLong As Long) As Long"
  4897.         },
  4898.         {
  4899.             "ID": 946,
  4900.             "ChunkNum": 1,
  4901.             "FullName": "Declare Function GetDesktopWindow Lib \"user32\" Alias \"GetDesktopWindow\" () As Long"
  4902.         },
  4903.         {
  4904.             "ID": 947,
  4905.             "ChunkNum": 1,
  4906.             "FullName": "Declare Function GetParent Lib \"user32\" Alias \"GetParent\" (ByVal hwnd As Long) As Long"
  4907.         },
  4908.         {
  4909.             "ID": 948,
  4910.             "ChunkNum": 1,
  4911.             "FullName": "Declare Function SetParent Lib \"user32\" Alias \"SetParent\" (ByVal hWndChild As Long, ByVal hWndNewParent As Long) As Long"
  4912.         },
  4913.         {
  4914.             "ID": 949,
  4915.             "ChunkNum": 1,
  4916.             "FullName": "Declare Function FindWindow Lib \"user32\" Alias \"FindWindowA\" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long"
  4917.         },
  4918.         {
  4919.             "ID": 950,
  4920.             "ChunkNum": 1,
  4921.             "FullName": "Declare Function GetClassName Lib \"user32\" Alias \"GetClassNameA\" (ByVal hwnd As Long, ByVal lpClassName As String, ByVal nMaxCount As Long) As Long"
  4922.         },
  4923.         {
  4924.             "ID": 951,
  4925.             "ChunkNum": 1,
  4926.             "FullName": "Declare Function GetTopWindow Lib \"user32\" Alias \"GetTopWindow\" (ByVal hwnd As Long) As Long"
  4927.         },
  4928.         {
  4929.             "ID": 952,
  4930.             "ChunkNum": 1,
  4931.             "FullName": "Declare Function GetNextWindow Lib \"user32\" Alias \"GetNextWindow\" (ByVal hwnd As Long, ByVal wFlag As Long) As Long"
  4932.         },
  4933.         {
  4934.             "ID": 953,
  4935.             "ChunkNum": 1,
  4936.             "FullName": "Declare Function GetWindowThreadProcessId Lib \"user32\" Alias \"GetWindowThreadProcessId\" (ByVal hwnd As Long, lpdwProcessId As Long) As Long"
  4937.         },
  4938.         {
  4939.             "ID": 954,
  4940.             "ChunkNum": 1,
  4941.             "FullName": "Declare Function GetLastActivePopup Lib \"user32\" Alias \"GetLastActivePopup\" (ByVal hwndOwnder As Long) As Long"
  4942.         },
  4943.         {
  4944.             "ID": 955,
  4945.             "ChunkNum": 1,
  4946.             "FullName": "Declare Function GetWindow Lib \"user32\" Alias \"GetWindow\" (ByVal hwnd As Long, ByVal wCmd As Long) As Long"
  4947.         },
  4948.         {
  4949.             "ID": 956,
  4950.             "ChunkNum": 1,
  4951.             "FullName": "Declare Function UnhookWindowsHookEx Lib \"user32\" Alias \"UnhookWindowsHookEx\" (ByVal hHook As Long) As Long"
  4952.         },
  4953.         {
  4954.             "ID": 957,
  4955.             "ChunkNum": 1,
  4956.             "FullName": "Declare Function CallNextHookEx Lib \"user32\" Alias \"CallNextHookEx\" (ByVal hHook As Long, ByVal ncode As Long, ByVal wParam As Long, lParam As Any) As Long"
  4957.         },
  4958.         {
  4959.             "ID": 958,
  4960.             "ChunkNum": 1,
  4961.             "FullName": "Declare Function LoadBitmap Lib \"user32\" Alias \"LoadBitmapA\" (ByVal hInstance As Long, ByVal lpBitmapName As String) As Long"
  4962.         },
  4963.         {
  4964.             "ID": 959,
  4965.             "ChunkNum": 1,
  4966.             "FullName": "Declare Function LoadCursor Lib \"user32\" Alias \"LoadCursorA\" (ByVal hInstance As Long, ByVal lpCursorName As String) As Long"
  4967.         },
  4968.         {
  4969.             "ID": 960,
  4970.             "ChunkNum": 1,
  4971.             "FullName": "Declare Function CreateCursor Lib \"user32\" Alias \"CreateCursor\" (ByVal hInstance As Long, ByVal nXhotspot As Long, ByVal nYhotspot As Long, ByVal nWidth As Long, ByVal nHeight As Long, lpANDbitPlane As Any, lpXORbitPlane As Any) As Long"
  4972.         },
  4973.         {
  4974.             "ID": 961,
  4975.             "ChunkNum": 1,
  4976.             "FullName": "Declare Function DestroyCursor Lib \"user32\" Alias \"DestroyCursor\" (ByVal hCursor As Long) As Long"
  4977.         },
  4978.         {
  4979.             "ID": 962,
  4980.             "ChunkNum": 1,
  4981.             "FullName": "Declare Function CopyCursor Lib \"user32\" Alias \"CopyCursor\" (ByVal hcur As Long) As Long"
  4982.         },
  4983.         {
  4984.             "ID": 963,
  4985.             "ChunkNum": 1,
  4986.             "FullName": "Declare Function LoadIcon Lib \"user32\" Alias \"LoadIconA\" (ByVal hInstance As Long, ByVal lpIconName As String) As Long"
  4987.         },
  4988.         {
  4989.             "ID": 964,
  4990.             "ChunkNum": 1,
  4991.             "FullName": "Declare Function CreateIcon Lib \"user32\" Alias \"CreateIcon\" (ByVal hInstance As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal nPlanes As Byte, ByVal nBitsPixel As Byte, lpANDbits As Byte, lpXORbits As Byte) As Long"
  4992.         },
  4993.         {
  4994.             "ID": 965,
  4995.             "ChunkNum": 1,
  4996.             "FullName": "Declare Function DestroyIcon Lib \"user32\" Alias \"DestroyIcon\" (ByVal hIcon As Long) As Long"
  4997.         },
  4998.         {
  4999.             "ID": 966,
  5000.             "ChunkNum": 1,
  5001.             "FullName": "Declare Function LookupIconIdFromDirectory Lib \"user32\" Alias \"LookupIconIdFromDirectory\" (presbits As Byte, ByVal fIcon As Long) As Long"
  5002.         },
  5003.         {
  5004.             "ID": 967,
  5005.             "ChunkNum": 1,
  5006.             "FullName": "Declare Function CreateIconFromResource Lib \"user32\" Alias \"CreateIconFromResource\" (presbits As Byte, ByVal dwResSize As Long, ByVal fIcon As Long, ByVal dwVer As Long) As Long"
  5007.         },
  5008.         {
  5009.             "ID": 968,
  5010.             "ChunkNum": 1,
  5011.             "FullName": "Declare Function CreateIconIndirect Lib \"user32\" Alias \"CreateIconIndirect\" (piconinfo As ICONINFO) As Long"
  5012.         },
  5013.         {
  5014.             "ID": 969,
  5015.             "ChunkNum": 1,
  5016.             "FullName": "Declare Function CopyIcon Lib \"user32\" Alias \"CopyIcon\" (ByVal hIcon As Long) As Long"
  5017.         },
  5018.         {
  5019.             "ID": 970,
  5020.             "ChunkNum": 1,
  5021.             "FullName": "Declare Function GetIconInfo Lib \"user32\" Alias \"GetIconInfo\" (ByVal hIcon As Long, piconinfo As ICONINFO) As Long"
  5022.         },
  5023.         {
  5024.             "ID": 971,
  5025.             "ChunkNum": 1,
  5026.             "FullName": "Declare Function LoadString Lib \"user32\" Alias \"LoadStringA\" (ByVal hInstance As Long, ByVal wID As Long, ByVal lpBuffer As String, ByVal nBufferMax As Long) As Long"
  5027.         },
  5028.         {
  5029.             "ID": 972,
  5030.             "ChunkNum": 1,
  5031.             "FullName": "Declare Function IsDialogMessage Lib \"user32\" Alias \"IsDialogMessageA\" (ByVal hDlg As Long, lpMsg As MSG) As Long"
  5032.         },
  5033.         {
  5034.             "ID": 973,
  5035.             "ChunkNum": 1,
  5036.             "FullName": "Declare Function MapDialogRect Lib \"user32\" Alias \"MapDialogRect\" (ByVal hDlg As Long, lpRect As RECT) As Long"
  5037.         },
  5038.         {
  5039.             "ID": 974,
  5040.             "ChunkNum": 1,
  5041.             "FullName": "Declare Function DlgDirList Lib \"user32\" Alias \"DlgDirListA\" (ByVal hDlg As Long, ByVal lpPathSpec As String, ByVal nIDListBox As Long, ByVal nIDStaticPath As Long, ByVal wFileType As Long) As Long"
  5042.         },
  5043.         {
  5044.             "ID": 975,
  5045.             "ChunkNum": 1,
  5046.             "FullName": "Declare Function DlgDirSelectEx Lib \"user32\" Alias \"DlgDirSelectExA\" (ByVal hWndDlg As Long, ByVal lpszPath As String, ByVal cbPath As Long, ByVal idListBox As Long) As Long"
  5047.         },
  5048.         {
  5049.             "ID": 976,
  5050.             "ChunkNum": 1,
  5051.             "FullName": "Declare Function DlgDirListComboBox Lib \"user32\" Alias \"DlgDirListComboBoxA\" (ByVal hDlg As Long, ByVal lpPathSpec As String, ByVal nIDComboBox As Long, ByVal nIDStaticPath As Long, ByVal wFileType As Long) As Long"
  5052.         },
  5053.         {
  5054.             "ID": 977,
  5055.             "ChunkNum": 1,
  5056.             "FullName": "Declare Function DlgDirSelectComboBoxEx Lib \"user32\" Alias \"DlgDirSelectComboBoxExA\" (ByVal hWndDlg As Long, ByVal lpszPath As String, ByVal cbPath As Long, ByVal idComboBox As Long) As Long"
  5057.         },
  5058.         {
  5059.             "ID": 978,
  5060.             "ChunkNum": 1,
  5061.             "FullName": "Declare Function DefFrameProc Lib \"user32\" Alias \"DefFrameProcA\" (ByVal hwnd As Long, ByVal hWndMDIClient As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long"
  5062.         },
  5063.         {
  5064.             "ID": 979,
  5065.             "ChunkNum": 1,
  5066.             "FullName": "Declare Function DefMDIChildProc Lib \"user32\" Alias \"DefMDIChildProcA\" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long"
  5067.         },
  5068.         {
  5069.             "ID": 980,
  5070.             "ChunkNum": 1,
  5071.             "FullName": "Declare Function TranslateMDISysAccel Lib \"user32\" Alias \"TranslateMDISysAccel\" (ByVal hWndClient As Long, lpMsg As MSG) As Long"
  5072.         },
  5073.         {
  5074.             "ID": 981,
  5075.             "ChunkNum": 1,
  5076.             "FullName": "Declare Function ArrangeIconicWindows Lib \"user32\" Alias \"ArrangeIconicWindows\" (ByVal hwnd As Long) As Long"
  5077.         },
  5078.         {
  5079.             "ID": 982,
  5080.             "ChunkNum": 1,
  5081.             "FullName": "Declare Function CreateMDIWindow Lib \"user32\" Alias \"CreateMDIWindowA\" (ByVal lpClassName As String, ByVal lpWindowName As String, ByVal dwStyle As Long, ByVal x As Long, ByVal y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal hWndParent As Lo"
  5082.         },
  5083.         {
  5084.             "ID": 982,
  5085.             "ChunkNum": 2,
  5086.             "FullName": "ng, ByVal hInstance As Long, ByVal lParam As Long) As Long"
  5087.         },
  5088.         {
  5089.             "ID": 983,
  5090.             "ChunkNum": 1,
  5091.             "FullName": "Declare Function WinHelp Lib \"user32\" Alias \"WinHelpA\" (ByVal hwnd As Long, ByVal lpHelpFile As String, ByVal wCommand As Long, ByVal dwData As Long) As Long"
  5092.         },
  5093.         {
  5094.             "ID": 984,
  5095.             "ChunkNum": 1,
  5096.             "FullName": "Declare Function SystemParametersInfo Lib \"user32\" Alias \"SystemParametersInfoA\" (ByVal uAction As Long, ByVal uParam As Long, ByVal lpvParam As Any, ByVal fuWinIni As Long) As Long"
  5097.         },
  5098.         {
  5099.             "ID": 985,
  5100.             "ChunkNum": 1,
  5101.             "FullName": "Declare Function DdeSetQualityOfService Lib \"user32\" Alias \"DdeSetQualityOfService\" (ByVal hWndClient As Long, pqosNew As SECURITY_QUALITY_OF_SERVICE, pqosPrev As SECURITY_QUALITY_OF_SERVICE) As Long"
  5102.         },
  5103.         {
  5104.             "ID": 986,
  5105.             "ChunkNum": 1,
  5106.             "FullName": "Declare Function ImpersonateDdeClientWindow Lib \"user32\" Alias \"ImpersonateDdeClientWindow\" (ByVal hWndClient As Long, ByVal hWndServer As Long) As Long"
  5107.         },
  5108.         {
  5109.             "ID": 987,
  5110.             "ChunkNum": 1,
  5111.             "FullName": "Declare Function PackDDElParam Lib \"user32\" Alias \"PackDDElParam\" (ByVal msg As Long, ByVal uiLo As Long, ByVal uiHi As Long) As Long"
  5112.         },
  5113.         {
  5114.             "ID": 988,
  5115.             "ChunkNum": 1,
  5116.             "FullName": "Declare Function UnpackDDElParam Lib \"user32\" Alias \"UnpackDDElParam\" (ByVal msg As Long, ByVal lParam As Long, puiLo As Long, puiHi As Long) As Long"
  5117.         },
  5118.         {
  5119.             "ID": 989,
  5120.             "ChunkNum": 1,
  5121.             "FullName": "Declare Function FreeDDElParam Lib \"user32\" Alias \"FreeDDElParam\" (ByVal msg As Long, ByVal lParam As Long) As Long"
  5122.         },
  5123.         {
  5124.             "ID": 990,
  5125.             "ChunkNum": 1,
  5126.             "FullName": "Declare Function ReuseDDElParam Lib \"user32\" Alias \"ReuseDDElParam\" (ByVal lParam As Long, ByVal msgIn As Long, ByVal msgOut As Long, ByVal uiLo As Long, ByVal uiHi As Long) As Long"
  5127.         },
  5128.         {
  5129.             "ID": 991,
  5130.             "ChunkNum": 1,
  5131.             "FullName": "Declare Function DdeUninitialize Lib \"user32\" Alias \"DdeUninitialize\" (ByVal idInst As Long) As Long"
  5132.         },
  5133.         {
  5134.             "ID": 992,
  5135.             "ChunkNum": 1,
  5136.             "FullName": "Declare Function DdeConnectList Lib \"user32\" Alias \"DdeConnectList\" (ByVal idInst As Long, ByVal hszService As Long, ByVal hszTopic As Long, ByVal hConvList As Long, pCC As CONVCONTEXT) As Long"
  5137.         },
  5138.         {
  5139.             "ID": 993,
  5140.             "ChunkNum": 1,
  5141.             "FullName": "Declare Function DdeQueryNextServer Lib \"user32\" Alias \"DdeQueryNextServer\" (ByVal hConvList As Long, ByVal hConvPrev As Long) As Long"
  5142.         },
  5143.         {
  5144.             "ID": 994,
  5145.             "ChunkNum": 1,
  5146.             "FullName": "Declare Function DdeDisconnectList Lib \"user32\" Alias \"DdeDisconnectList\" (ByVal hConvList As Long) As Long"
  5147.         },
  5148.         {
  5149.             "ID": 995,
  5150.             "ChunkNum": 1,
  5151.             "FullName": "Declare Function DdeConnect Lib \"user32\" Alias \"DdeConnect\" (ByVal idInst As Long, ByVal hszService As Long, ByVal hszTopic As Long, pCC As CONVCONTEXT) As Long"
  5152.         },
  5153.         {
  5154.             "ID": 996,
  5155.             "ChunkNum": 1,
  5156.             "FullName": "Declare Function DdeDisconnect Lib \"user32\" Alias \"DdeDisconnect\" (ByVal hConv As Long) As Long"
  5157.         },
  5158.         {
  5159.             "ID": 997,
  5160.             "ChunkNum": 1,
  5161.             "FullName": "Declare Function DdeReconnect Lib \"user32\" Alias \"DdeReconnect\" (ByVal hConv As Long) As Long"
  5162.         },
  5163.         {
  5164.             "ID": 998,
  5165.             "ChunkNum": 1,
  5166.             "FullName": "Declare Function DdeQueryConvInfo Lib \"user32\" Alias \"DdeQueryConvInfo\" (ByVal hConv As Long, ByVal idTransaction As Long, pConvInfo As CONVINFO) As Long"
  5167.         },
  5168.         {
  5169.             "ID": 999,
  5170.             "ChunkNum": 1,
  5171.             "FullName": "Declare Function DdeSetUserHandle Lib \"user32\" Alias \"DdeSetUserHandle\" (ByVal hConv As Long, ByVal id As Long, ByVal hUser As Long) As Long"
  5172.         },
  5173.         {
  5174.             "ID": 1000,
  5175.             "ChunkNum": 1,
  5176.             "FullName": "Declare Function DdeAbandonTransaction Lib \"user32\" Alias \"DdeAbandonTransaction\" (ByVal idInst As Long, ByVal hConv As Long, ByVal idTransaction As Long) As Long"
  5177.         },
  5178.         {
  5179.             "ID": 1001,
  5180.             "ChunkNum": 1,
  5181.             "FullName": "Declare Function DdePostAdvise Lib \"user32\" Alias \"DdePostAdvise\" (ByVal idInst As Long, ByVal hszTopic As Long, ByVal hszItem As Long) As Long"
  5182.         },
  5183.         {
  5184.             "ID": 1002,
  5185.             "ChunkNum": 1,
  5186.             "FullName": "Declare Function DdeEnableCallback Lib \"user32\" Alias \"DdeEnableCallback\" (ByVal idInst As Long, ByVal hConv As Long, ByVal wCmd As Long) As Long"
  5187.         },
  5188.         {
  5189.             "ID": 1003,
  5190.             "ChunkNum": 1,
  5191.             "FullName": "Declare Function DdeImpersonateClient Lib \"user32\" Alias \"DdeImpersonateClient\" (ByVal hConv As Long) As Long"
  5192.         },
  5193.         {
  5194.             "ID": 1004,
  5195.             "ChunkNum": 1,
  5196.             "FullName": "Declare Function DdeNameService Lib \"user32\" Alias \"DdeNameService\" (ByVal idInst As Long, ByVal hsz1 As Long, ByVal hsz2 As Long, ByVal afCmd As Long) As Long"
  5197.         },
  5198.         {
  5199.             "ID": 1005,
  5200.             "ChunkNum": 1,
  5201.             "FullName": "Declare Function DdeClientTransaction Lib \"user32\" Alias \"DdeClientTransaction\" (pData As Byte, ByVal cbData As Long, ByVal hConv As Long, ByVal hszItem As Long, ByVal wFmt As Long, ByVal wType As Long, ByVal dwTimeout As Long, pdwResult As Long) As Long"
  5202.         },
  5203.         {
  5204.             "ID": 1006,
  5205.             "ChunkNum": 1,
  5206.             "FullName": "Declare Function DdeCreateDataHandle Lib \"user32\" Alias \"DdeCreateDataHandle\" (ByVal idInst As Long, pSrc As Byte, ByVal cb As Long, ByVal cbOff As Long, ByVal hszItem As Long, ByVal wFmt As Long, ByVal afCmd As Long) As Long"
  5207.         },
  5208.         {
  5209.             "ID": 1007,
  5210.             "ChunkNum": 1,
  5211.             "FullName": "Declare Function DdeAddData Lib \"user32\" Alias \"DdeAddDataA\" (ByVal hData As Long, pSrc As Byte, ByVal cb As Long, ByVal cbOff As Long) As Long"
  5212.         },
  5213.         {
  5214.             "ID": 1008,
  5215.             "ChunkNum": 1,
  5216.             "FullName": "Declare Function DdeGetData Lib \"user32\" Alias \"DdeGetDataA\" (ByVal hData As Long, pDst As Byte, ByVal cbMax As Long, ByVal cbOff As Long) As Long"
  5217.         },
  5218.         {
  5219.             "ID": 1009,
  5220.             "ChunkNum": 1,
  5221.             "FullName": "Declare Function DdeAccessData Lib \"user32\" Alias \"DdeAccessDataA\" (ByVal hData As Long, pcbDataSize As Long) As Long"
  5222.         },
  5223.         {
  5224.             "ID": 1010,
  5225.             "ChunkNum": 1,
  5226.             "FullName": "Declare Function DdeUnaccessData Lib \"user32\" Alias \"DdeUnaccessDataA\" (ByVal hData As Long) As Long"
  5227.         },
  5228.         {
  5229.             "ID": 1011,
  5230.             "ChunkNum": 1,
  5231.             "FullName": "Declare Function DdeFreeDataHandle Lib \"user32\" Alias \"DdeFreeDataHandle\" (ByVal hData As Long) As Long"
  5232.         },
  5233.         {
  5234.             "ID": 1012,
  5235.             "ChunkNum": 1,
  5236.             "FullName": "Declare Function DdeGetLastError Lib \"user32\" Alias \"DdeGetLastError\" (ByVal idInst As Long) As Long"
  5237.         },
  5238.         {
  5239.             "ID": 1013,
  5240.             "ChunkNum": 1,
  5241.             "FullName": "Declare Function DdeCreateStringHandle Lib \"user32\" Alias \"DdeCreateStringHandleA\" (ByVal idInst As Long, ByVal psz As String, ByVal iCodePage As Long) As Long"
  5242.         },
  5243.         {
  5244.             "ID": 1014,
  5245.             "ChunkNum": 1,
  5246.             "FullName": "Declare Function DdeQueryString Lib \"user32\" Alias \"DdeQueryStringA\" (ByVal idInst As Long, ByVal hsz As Long, ByVal psz As String, ByVal cchMax As Long, ByVal iCodePage As Long) As Long"
  5247.         },
  5248.         {
  5249.             "ID": 1015,
  5250.             "ChunkNum": 1,
  5251.             "FullName": "Declare Function DdeFreeStringHandle Lib \"user32\" Alias \"DdeFreeStringHandle\" (ByVal idInst As Long, ByVal hsz As Long) As Long"
  5252.         },
  5253.         {
  5254.             "ID": 1016,
  5255.             "ChunkNum": 1,
  5256.             "FullName": "Declare Function DdeKeepStringHandle Lib \"user32\" Alias \"DdeKeepStringHandle\" (ByVal idInst As Long, ByVal hsz As Long) As Long"
  5257.         },
  5258.         {
  5259.             "ID": 1017,
  5260.             "ChunkNum": 1,
  5261.             "FullName": "Declare Function DdeCmpStringHandles Lib \"user32\" Alias \"DdeCmpStringHandles\" (ByVal hsz1 As Long, ByVal hsz2 As Long) As Long"
  5262.         },
  5263.         {
  5264.             "ID": 1018,
  5265.             "ChunkNum": 1,
  5266.             "FullName": "Declare Function mixerGetNumDevs Lib \"winmm.dll\" Alias \"mixerGetNumDevs\" () As Long"
  5267.         },
  5268.         {
  5269.             "ID": 1019,
  5270.             "ChunkNum": 1,
  5271.             "FullName": "Declare Function mixerGetDevCaps Lib \"winmm.dll\" Alias \"mixerGetDevCapsA\" (ByVal uMxId As Long, ByVal pmxcaps As MIXERCAPS, ByVal cbmxcaps As Long) As Long"
  5272.         },
  5273.         {
  5274.             "ID": 1020,
  5275.             "ChunkNum": 1,
  5276.             "FullName": "Declare Function mixerOpen Lib \"winmm.dll\" Alias \"mixerOpen\" (phmx As Long, ByVal uMxId As Long, ByVal dwCallback As Long, ByVal dwInstance As Long, ByVal fdwOpen As Long) As Long"
  5277.         },
  5278.         {
  5279.             "ID": 1021,
  5280.             "ChunkNum": 1,
  5281.             "FullName": "Declare Function mixerClose Lib \"winmm.dll\" Alias \"mixerClose\" (ByVal hmx As Long) As Long"
  5282.         },
  5283.         {
  5284.             "ID": 1022,
  5285.             "ChunkNum": 1,
  5286.             "FullName": "Declare Function mixerMessage Lib \"winmm.dll\" Alias \"mixerMessage\" (ByVal hmx As Long, ByVal uMsg As Long, ByVal dwParam1 As Long, ByVal dwParam2 As Long) As Long"
  5287.         },
  5288.         {
  5289.             "ID": 1023,
  5290.             "ChunkNum": 1,
  5291.             "FullName": "Declare Function mixerGetLineInfo Lib \"winmm.dll\" Alias \"mixerGetLineInfoA\" (ByVal hmxobj As Long, pmxl As MIXERLINE, ByVal fdwInfo As Long) As Long"
  5292.         },
  5293.         {
  5294.             "ID": 1024,
  5295.             "ChunkNum": 1,
  5296.             "FullName": "Declare Function mixerGetID Lib \"winmm.dll\" Alias \"mixerGetID\" (ByVal hmxobj As Long, pumxID As Long, ByVal fdwId As Long) As Long"
  5297.         },
  5298.         {
  5299.             "ID": 1025,
  5300.             "ChunkNum": 1,
  5301.             "FullName": "Declare Function mixerGetLineControls Lib \"winmm.dll\" Alias \"mixerGetLineControlsA\" (ByVal hmxobj As Long, pmxlc As MIXERLINECONTROLS, ByVal fdwControls As Long) As Long"
  5302.         },
  5303.         {
  5304.             "ID": 1026,
  5305.             "ChunkNum": 1,
  5306.             "FullName": "Declare Function mixerGetControlDetails Lib \"winmm.dll\" Alias \"mixerGetControlDetailsA\" (ByVal hmxobj As Long, pmxcd As MIXERCONTROLDETAILS, ByVal fdwDetails As Long) As Long"
  5307.         },
  5308.         {
  5309.             "ID": 1027,
  5310.             "ChunkNum": 1,
  5311.             "FullName": "Declare Function mixerSetControlDetails Lib \"winmm.dll\" Alias \"mixerSetControlDetails\" (ByVal hmxobj As Long, pmxcd As MIXERCONTROLDETAILS, ByVal fdwDetails As Long) As Long"
  5312.         },
  5313.         {
  5314.             "ID": 1028,
  5315.             "ChunkNum": 1,
  5316.             "FullName": "Declare Function joyGetPos Lib \"winmm.dll\" Alias \"joyGetPos\" (ByVal uJoyID As Long, pji As JOYINFO) As Long"
  5317.         },
  5318.         {
  5319.             "ID": 1029,
  5320.             "ChunkNum": 1,
  5321.             "FullName": "Declare Function joyGetPosEx Lib \"winmm.dll\" Alias \"joyGetPosEx\" (ByVal uJoyID As Long, pji As JOYINFOEX) As Long"
  5322.         },
  5323.         {
  5324.             "ID": 1030,
  5325.             "ChunkNum": 1,
  5326.             "FullName": "Declare Function midiStreamOpen Lib \"winmm.dll\" Alias \"midiStreamOpen\" (phms As Long, puDeviceID As Long, ByVal cMidi As Long, ByVal dwCallback As Long, ByVal dwInstance As Long, ByVal fdwOpen As Long) As Long"
  5327.         },
  5328.         {
  5329.             "ID": 1031,
  5330.             "ChunkNum": 1,
  5331.             "FullName": "Declare Function midiStreamClose Lib \"winmm.dll\" Alias \"midiStreamClose\" (ByVal hms As Long) As Long"
  5332.         },
  5333.         {
  5334.             "ID": 1032,
  5335.             "ChunkNum": 1,
  5336.             "FullName": "Declare Function midiStreamProperty Lib \"winmm.dll\" Alias \"midiStreamProperty\" (ByVal hms As Long, lppropdata As Byte, ByVal dwProperty As Long) As Long"
  5337.         },
  5338.         {
  5339.             "ID": 1033,
  5340.             "ChunkNum": 1,
  5341.             "FullName": "Declare Function midiStreamPosition Lib \"winmm.dll\" Alias \"midiStreamPosition\" (ByVal hms As Long, lpmmt As MMTIME, ByVal cbmmt As Long) As Long"
  5342.         },
  5343.         {
  5344.             "ID": 1034,
  5345.             "ChunkNum": 1,
  5346.             "FullName": "Declare Function midiStreamOut Lib \"winmm.dll\" Alias \"midiStreamOut\" (ByVal hms As Long, pmh As MIDIHDR, ByVal cbmh As Long) As Long"
  5347.         },
  5348.         {
  5349.             "ID": 1035,
  5350.             "ChunkNum": 1,
  5351.             "FullName": "Declare Function midiStreamPause Lib \"winmm.dll\" Alias \"midiStreamPause\" (ByVal hms As Long) As Long"
  5352.         },
  5353.         {
  5354.             "ID": 1036,
  5355.             "ChunkNum": 1,
  5356.             "FullName": "Declare Function midiStreamRestart Lib \"winmm.dll\" Alias \"midiStreamRestart\" (ByVal hms As Long) As Long"
  5357.         },
  5358.         {
  5359.             "ID": 1037,
  5360.             "ChunkNum": 1,
  5361.             "FullName": "Declare Function midiStreamStop Lib \"winmm.dll\" Alias \"midiStreamStop\" (ByVal hms As Long) As Long"
  5362.         },
  5363.         {
  5364.             "ID": 1038,
  5365.             "ChunkNum": 1,
  5366.             "FullName": "Declare Function midiConnect Lib \"winmm.dll\" Alias \"midiConnect\" (ByVal hmi As Long, ByVal hmo As Long, pReserved As Any) As Long"
  5367.         },
  5368.         {
  5369.             "ID": 1039,
  5370.             "ChunkNum": 1,
  5371.             "FullName": "Declare Function midiDisconnect Lib \"winmm.dll\" Alias \"midiDisconnect\" (ByVal hmi As Long, ByVal hmo As Long, pReserved As Any) As Long"
  5372.         },
  5373.         {
  5374.             "ID": 1040,
  5375.             "ChunkNum": 1,
  5376.             "FullName": "Declare Function CloseDriver Lib \"winmm.dll\" Alias \"CloseDriver\" (ByVal hDriver As Long, ByVal lParam1 As Long, ByVal lParam2 As Long) As Long"
  5377.         },
  5378.         {
  5379.             "ID": 1041,
  5380.             "ChunkNum": 1,
  5381.             "FullName": "Declare Function OpenDriver Lib \"winmm.dll\" Alias \"OpenDriver\" (ByVal szDriverName As String, ByVal szSectionName As String, ByVal lParam2 As Long) As Long"
  5382.         },
  5383.         {
  5384.             "ID": 1042,
  5385.             "ChunkNum": 1,
  5386.             "FullName": "Declare Function SendDriverMessage Lib \"winmm.dll\" Alias \"SendDriverMessage\" (ByVal hDriver As Long, ByVal message As Long, ByVal lParam1 As Long, ByVal lParam2 As Long) As Long"
  5387.         },
  5388.         {
  5389.             "ID": 1043,
  5390.             "ChunkNum": 1,
  5391.             "FullName": "Declare Function DrvGetModuleHandle Lib \"winmm.dll\" Alias \"DrvGetModuleHandle\" (ByVal hDriver As Long) As Long"
  5392.         },
  5393.         {
  5394.             "ID": 1044,
  5395.             "ChunkNum": 1,
  5396.             "FullName": "Declare Function GetDriverModuleHandle Lib \"winmm.dll\" Alias \"GetDriverModuleHandle\" (ByVal hDriver As Long) As Long"
  5397.         },
  5398.         {
  5399.             "ID": 1045,
  5400.             "ChunkNum": 1,
  5401.             "FullName": "Declare Function DefDriverProc Lib \"winmm.dll\" Alias \"DefDriverProc\" (ByVal dwDriverIdentifier As Long, ByVal hdrvr As Long, ByVal uMsg As Long, ByVal lParam1 As Long, ByVal lParam2 As Long) As Long"
  5402.         },
  5403.         {
  5404.             "ID": 1046,
  5405.             "ChunkNum": 1,
  5406.             "FullName": "Declare Function mmsystemGetVersion Lib \"winmm.dll\" Alias \"mmsystemGetVersion\" () As Long"
  5407.         },
  5408.         {
  5409.             "ID": 1047,
  5410.             "ChunkNum": 1,
  5411.             "FullName": "Declare Sub OutputDebugStr Lib \"winmm.dll\" Alias \"OutputDebugStr\" (ByVal lpszOutputString As String)"
  5412.         },
  5413.         {
  5414.             "ID": 1048,
  5415.             "ChunkNum": 1,
  5416.             "FullName": "Declare Function sndPlaySound Lib \"winmm.dll\" Alias \"sndPlaySoundA\" (ByVal lpszSoundName As String, ByVal uFlags As Long) As Long"
  5417.         },
  5418.         {
  5419.             "ID": 1049,
  5420.             "ChunkNum": 1,
  5421.             "FullName": "Declare Function PlaySound Lib \"winmm.dll\" Alias \"PlaySoundA\" (ByVal lpszName As String, ByVal hModule As Long, ByVal dwFlags As Long) As Long"
  5422.         },
  5423.         {
  5424.             "ID": 1050,
  5425.             "ChunkNum": 1,
  5426.             "FullName": "Declare Function waveOutGetNumDevs Lib \"winmm.dll\" Alias \"waveOutGetNumDevs\" () As Long"
  5427.         },
  5428.         {
  5429.             "ID": 1051,
  5430.             "ChunkNum": 1,
  5431.             "FullName": "Declare Function waveOutGetDevCaps Lib \"winmm.dll\" Alias \"waveOutGetDevCapsA\" (ByVal uDeviceID As Long, lpCaps As WAVEOUTCAPS, ByVal uSize As Long) As Long"
  5432.         },
  5433.         {
  5434.             "ID": 1052,
  5435.             "ChunkNum": 1,
  5436.             "FullName": "Declare Function waveOutGetVolume Lib \"winmm.dll\" Alias \"waveOutGetVolume\" (ByVal uDeviceID As Long, lpdwVolume As Long) As Long"
  5437.         },
  5438.         {
  5439.             "ID": 1053,
  5440.             "ChunkNum": 1,
  5441.             "FullName": "Declare Function waveOutSetVolume Lib \"winmm.dll\" Alias \"waveOutSetVolume\" (ByVal uDeviceID As Long, ByVal dwVolume As Long) As Long"
  5442.         },
  5443.         {
  5444.             "ID": 1054,
  5445.             "ChunkNum": 1,
  5446.             "FullName": "Declare Function waveOutGetErrorText Lib \"winmm.dll\" Alias \"waveOutGetErrorTextA\" (ByVal err As Long, ByVal lpText As String, ByVal uSize As Long) As Long"
  5447.         },
  5448.         {
  5449.             "ID": 1055,
  5450.             "ChunkNum": 1,
  5451.             "FullName": "Declare Function waveOutOpen Lib \"winmm.dll\" Alias \"waveOutOpen\" (lphWaveOut As Long, ByVal uDeviceID As Long, lpFormat As WAVEFORMAT, ByVal dwCallback As Long, ByVal dwInstance As Long, ByVal dwFlags As Long) As Long"
  5452.         },
  5453.         {
  5454.             "ID": 1056,
  5455.             "ChunkNum": 1,
  5456.             "FullName": "Declare Function waveOutClose Lib \"winmm.dll\" Alias \"waveOutClose\" (ByVal hWaveOut As Long) As Long"
  5457.         },
  5458.         {
  5459.             "ID": 1057,
  5460.             "ChunkNum": 1,
  5461.             "FullName": "Declare Function waveOutPrepareHeader Lib \"winmm.dll\" Alias \"waveOutPrepareHeader\" (ByVal hWaveOut As Long, lpWaveOutHdr As WAVEHDR, ByVal uSize As Long) As Long"
  5462.         },
  5463.         {
  5464.             "ID": 1058,
  5465.             "ChunkNum": 1,
  5466.             "FullName": "Declare Function waveOutUnprepareHeader Lib \"winmm.dll\" Alias \"waveOutUnprepareHeader\" (ByVal hWaveOut As Long, lpWaveOutHdr As WAVEHDR, ByVal uSize As Long) As Long"
  5467.         },
  5468.         {
  5469.             "ID": 1059,
  5470.             "ChunkNum": 1,
  5471.             "FullName": "Declare Function waveOutWrite Lib \"winmm.dll\" Alias \"waveOutWrite\" (ByVal hWaveOut As Long, lpWaveOutHdr As WAVEHDR, ByVal uSize As Long) As Long"
  5472.         },
  5473.         {
  5474.             "ID": 1060,
  5475.             "ChunkNum": 1,
  5476.             "FullName": "Declare Function waveOutPause Lib \"winmm.dll\" Alias \"waveOutPause\" (ByVal hWaveOut As Long) As Long"
  5477.         },
  5478.         {
  5479.             "ID": 1061,
  5480.             "ChunkNum": 1,
  5481.             "FullName": "Declare Function waveOutRestart Lib \"winmm.dll\" Alias \"waveOutRestart\" (ByVal hWaveOut As Long) As Long"
  5482.         },
  5483.         {
  5484.             "ID": 1062,
  5485.             "ChunkNum": 1,
  5486.             "FullName": "Declare Function waveOutReset Lib \"winmm.dll\" Alias \"waveOutReset\" (ByVal hWaveOut As Long) As Long"
  5487.         },
  5488.         {
  5489.             "ID": 1063,
  5490.             "ChunkNum": 1,
  5491.             "FullName": "Declare Function waveOutBreakLoop Lib \"winmm.dll\" Alias \"waveOutBreakLoop\" (ByVal hWaveOut As Long) As Long"
  5492.         },
  5493.         {
  5494.             "ID": 1064,
  5495.             "ChunkNum": 1,
  5496.             "FullName": "Declare Function waveOutGetPosition Lib \"winmm.dll\" Alias \"waveOutGetPosition\" (ByVal hWaveOut As Long, lpInfo As MMTIME, ByVal uSize As Long) As Long"
  5497.         },
  5498.         {
  5499.             "ID": 1065,
  5500.             "ChunkNum": 1,
  5501.             "FullName": "Declare Function waveOutGetPitch Lib \"winmm.dll\" Alias \"waveOutGetPitch\" (ByVal hWaveOut As Long, lpdwPitch As Long) As Long"
  5502.         },
  5503.         {
  5504.             "ID": 1066,
  5505.             "ChunkNum": 1,
  5506.             "FullName": "Declare Function waveOutSetPitch Lib \"winmm.dll\" Alias \"waveOutSetPitch\" (ByVal hWaveOut As Long, ByVal dwPitch As Long) As Long"
  5507.         },
  5508.         {
  5509.             "ID": 1067,
  5510.             "ChunkNum": 1,
  5511.             "FullName": "Declare Function waveOutGetPlaybackRate Lib \"winmm.dll\" Alias \"waveOutGetPlaybackRate\" (ByVal hWaveOut As Long, lpdwRate As Long) As Long"
  5512.         },
  5513.         {
  5514.             "ID": 1068,
  5515.             "ChunkNum": 1,
  5516.             "FullName": "Declare Function waveOutSetPlaybackRate Lib \"winmm.dll\" Alias \"waveOutSetPlaybackRate\" (ByVal hWaveOut As Long, ByVal dwRate As Long) As Long"
  5517.         },
  5518.         {
  5519.             "ID": 1069,
  5520.             "ChunkNum": 1,
  5521.             "FullName": "Declare Function waveOutGetID Lib \"winmm.dll\" Alias \"waveOutGetID\" (ByVal hWaveOut As Long, lpuDeviceID As Long) As Long"
  5522.         },
  5523.         {
  5524.             "ID": 1070,
  5525.             "ChunkNum": 1,
  5526.             "FullName": "Declare Function waveOutMessage Lib \"winmm.dll\" Alias \"waveOutMessage\" (ByVal hWaveOut As Long, ByVal msg As Long, ByVal dw1 As Long, ByVal dw2 As Long) As Long"
  5527.         },
  5528.         {
  5529.             "ID": 1071,
  5530.             "ChunkNum": 1,
  5531.             "FullName": "Declare Function waveInGetNumDevs Lib \"winmm.dll\" Alias \"waveInGetNumDevs\" () As Long"
  5532.         },
  5533.         {
  5534.             "ID": 1072,
  5535.             "ChunkNum": 1,
  5536.             "FullName": "Declare Function waveInGetDevCaps Lib \"winmm.dll\" Alias \"waveInGetDevCapsA\" (ByVal uDeviceID As Long, lpCaps As WAVEINCAPS, ByVal uSize As Long) As Long"
  5537.         },
  5538.         {
  5539.             "ID": 1073,
  5540.             "ChunkNum": 1,
  5541.             "FullName": "Declare Function waveInGetErrorText Lib \"winmm.dll\" Alias \"waveInGetErrorTextA\" (ByVal err As Long, ByVal lpText As String, ByVal uSize As Long) As Long"
  5542.         },
  5543.         {
  5544.             "ID": 1074,
  5545.             "ChunkNum": 1,
  5546.             "FullName": "Declare Function waveInOpen Lib \"winmm.dll\" Alias \"waveInOpen\" (lphWaveIn As Long, ByVal uDeviceID As Long, lpFormat As WAVEFORMAT, ByVal dwCallback As Long, ByVal dwInstance As Long, ByVal dwFlags As Long) As Long"
  5547.         },
  5548.         {
  5549.             "ID": 1075,
  5550.             "ChunkNum": 1,
  5551.             "FullName": "Declare Function waveInClose Lib \"winmm.dll\" Alias \"waveInClose\" (ByVal hWaveIn As Long) As Long"
  5552.         },
  5553.         {
  5554.             "ID": 1076,
  5555.             "ChunkNum": 1,
  5556.             "FullName": "Declare Function waveInPrepareHeader Lib \"winmm.dll\" Alias \"waveInPrepareHeader\" (ByVal hWaveIn As Long, lpWaveInHdr As WAVEHDR, ByVal uSize As Long) As Long"
  5557.         },
  5558.         {
  5559.             "ID": 1077,
  5560.             "ChunkNum": 1,
  5561.             "FullName": "Declare Function waveInUnprepareHeader Lib \"winmm.dll\" Alias \"waveInUnprepareHeader\" (ByVal hWaveIn As Long, lpWaveInHdr As WAVEHDR, ByVal uSize As Long) As Long"
  5562.         },
  5563.         {
  5564.             "ID": 1078,
  5565.             "ChunkNum": 1,
  5566.             "FullName": "Declare Function waveInAddBuffer Lib \"winmm.dll\" Alias \"waveInAddBuffer\" (ByVal hWaveIn As Long, lpWaveInHdr As WAVEHDR, ByVal uSize As Long) As Long"
  5567.         },
  5568.         {
  5569.             "ID": 1079,
  5570.             "ChunkNum": 1,
  5571.             "FullName": "Declare Function waveInStart Lib \"winmm.dll\" Alias \"waveInStart\" (ByVal hWaveIn As Long) As Long"
  5572.         },
  5573.         {
  5574.             "ID": 1080,
  5575.             "ChunkNum": 1,
  5576.             "FullName": "Declare Function waveInStop Lib \"winmm.dll\" Alias \"waveInStop\" (ByVal hWaveIn As Long) As Long"
  5577.         },
  5578.         {
  5579.             "ID": 1081,
  5580.             "ChunkNum": 1,
  5581.             "FullName": "Declare Function waveInReset Lib \"winmm.dll\" Alias \"waveInReset\" (ByVal hWaveIn As Long) As Long"
  5582.         },
  5583.         {
  5584.             "ID": 1082,
  5585.             "ChunkNum": 1,
  5586.             "FullName": "Declare Function waveInGetPosition Lib \"winmm.dll\" Alias \"waveInGetPosition\" (ByVal hWaveIn As Long, lpInfo As MMTIME, ByVal uSize As Long) As Long"
  5587.         },
  5588.         {
  5589.             "ID": 1083,
  5590.             "ChunkNum": 1,
  5591.             "FullName": "Declare Function waveInGetID Lib \"winmm.dll\" Alias \"waveInGetID\" (ByVal hWaveIn As Long, lpuDeviceID As Long) As Long"
  5592.         },
  5593.         {
  5594.             "ID": 1084,
  5595.             "ChunkNum": 1,
  5596.             "FullName": "Declare Function waveInMessage Lib \"winmm.dll\" Alias \"waveInMessage\" (ByVal hWaveIn As Long, ByVal msg As Long, ByVal dw1 As Long, ByVal dw2 As Long) As Long"
  5597.         },
  5598.         {
  5599.             "ID": 1085,
  5600.             "ChunkNum": 1,
  5601.             "FullName": "Declare Function midiOutGetDevCaps Lib \"winmm.dll\" Alias \"midiOutGetDevCapsA\" (ByVal uDeviceID As Long, lpCaps As MIDIOUTCAPS, ByVal uSize As Long) As Long"
  5602.         },
  5603.         {
  5604.             "ID": 1086,
  5605.             "ChunkNum": 1,
  5606.             "FullName": "Declare Function midiOutGetVolume Lib \"winmm.dll\" Alias \"midiOutGetVolume\" (ByVal uDeviceID As Long, lpdwVolume As Long) As Long"
  5607.         },
  5608.         {
  5609.             "ID": 1087,
  5610.             "ChunkNum": 1,
  5611.             "FullName": "Declare Function midiOutSetVolume Lib \"winmm.dll\" Alias \"midiOutSetVolume\" (ByVal uDeviceID As Long, ByVal dwVolume As Long) As Long"
  5612.         },
  5613.         {
  5614.             "ID": 1088,
  5615.             "ChunkNum": 1,
  5616.             "FullName": "Declare Function midiOutGetErrorText Lib \"winmm.dll\" Alias \"midiOutGetErrorTextA\" (ByVal err As Long, ByVal lpText As String, ByVal uSize As Long) As Long"
  5617.         },
  5618.         {
  5619.             "ID": 1089,
  5620.             "ChunkNum": 1,
  5621.             "FullName": "Declare Function midiOutOpen Lib \"winmm.dll\" Alias \"midiOutOpen\" (lphMidiOut As Long, ByVal uDeviceID As Long, ByVal dwCallback As Long, ByVal dwInstance As Long, ByVal dwFlags As Long) As Long"
  5622.         },
  5623.         {
  5624.             "ID": 1090,
  5625.             "ChunkNum": 1,
  5626.             "FullName": "Declare Function midiOutClose Lib \"winmm.dll\" Alias \"midiOutClose\" (ByVal hMidiOut As Long) As Long"
  5627.         },
  5628.         {
  5629.             "ID": 1091,
  5630.             "ChunkNum": 1,
  5631.             "FullName": "Declare Function midiOutPrepareHeader Lib \"winmm.dll\" Alias \"midiOutPrepareHeader\" (ByVal hMidiOut As Long, lpMidiOutHdr As MIDIHDR, ByVal uSize As Long) As Long"
  5632.         },
  5633.         {
  5634.             "ID": 1092,
  5635.             "ChunkNum": 1,
  5636.             "FullName": "Declare Function midiOutUnprepareHeader Lib \"winmm.dll\" Alias \"midiOutUnprepareHeader\" (ByVal hMidiOut As Long, lpMidiOutHdr As MIDIHDR, ByVal uSize As Long) As Long"
  5637.         },
  5638.         {
  5639.             "ID": 1093,
  5640.             "ChunkNum": 1,
  5641.             "FullName": "Declare Function midiOutShortMsg Lib \"winmm.dll\" Alias \"midiOutShortMsg\" (ByVal hMidiOut As Long, ByVal dwMsg As Long) As Long"
  5642.         },
  5643.         {
  5644.             "ID": 1094,
  5645.             "ChunkNum": 1,
  5646.             "FullName": "Declare Function midiOutLongMsg Lib \"winmm.dll\" Alias \"midiOutLongMsg\" (ByVal hMidiOut As Long, lpMidiOutHdr As MIDIHDR, ByVal uSize As Long) As Long"
  5647.         },
  5648.         {
  5649.             "ID": 1095,
  5650.             "ChunkNum": 1,
  5651.             "FullName": "Declare Function midiOutReset Lib \"winmm.dll\" Alias \"midiOutReset\" (ByVal hMidiOut As Long) As Long"
  5652.         },
  5653.         {
  5654.             "ID": 1096,
  5655.             "ChunkNum": 1,
  5656.             "FullName": "Declare Function midiOutCachePatches Lib \"winmm.dll\" Alias \"midiOutCachePatches\" (ByVal hMidiOut As Long, ByVal uBank As Long, lpPatchArray As Long, ByVal uFlags As Long) As Long"
  5657.         },
  5658.         {
  5659.             "ID": 1097,
  5660.             "ChunkNum": 1,
  5661.             "FullName": "Declare Function midiOutCacheDrumPatches Lib \"winmm.dll\" Alias \"midiOutCacheDrumPatches\" (ByVal hMidiOut As Long, ByVal uPatch As Long, lpKeyArray As Long, ByVal uFlags As Long) As Long"
  5662.         },
  5663.         {
  5664.             "ID": 1098,
  5665.             "ChunkNum": 1,
  5666.             "FullName": "Declare Function midiOutGetID Lib \"winmm.dll\" Alias \"midiOutGetID\" (ByVal hMidiOut As Long, lpuDeviceID As Long) As Long"
  5667.         },
  5668.         {
  5669.             "ID": 1099,
  5670.             "ChunkNum": 1,
  5671.             "FullName": "Declare Function midiOutMessage Lib \"winmm.dll\" Alias \"midiOutMessage\" (ByVal hMidiOut As Long, ByVal msg As Long, ByVal dw1 As Long, ByVal dw2 As Long) As Long"
  5672.         },
  5673.         {
  5674.             "ID": 1100,
  5675.             "ChunkNum": 1,
  5676.             "FullName": "Declare Function midiInGetNumDevs Lib \"winmm.dll\" Alias \"midiInGetNumDevs\" () As Long"
  5677.         },
  5678.         {
  5679.             "ID": 1101,
  5680.             "ChunkNum": 1,
  5681.             "FullName": "Declare Function midiInGetDevCaps Lib \"winmm.dll\" Alias \"midiInGetDevCapsA\" (ByVal uDeviceID As Long, lpCaps As MIDIINCAPS, ByVal uSize As Long) As Long"
  5682.         },
  5683.         {
  5684.             "ID": 1102,
  5685.             "ChunkNum": 1,
  5686.             "FullName": "Declare Function midiInGetErrorText Lib \"winmm.dll\" Alias \"midiInGetErrorTextA\" (ByVal err As Long, ByVal lpText As String, ByVal uSize As Long) As Long"
  5687.         },
  5688.         {
  5689.             "ID": 1103,
  5690.             "ChunkNum": 1,
  5691.             "FullName": "Declare Function midiInOpen Lib \"winmm.dll\" Alias \"midiInOpen\" (lphMidiIn As Long, ByVal uDeviceID As Long, ByVal dwCallback As Long, ByVal dwInstance As Long, ByVal dwFlags As Long) As Long"
  5692.         },
  5693.         {
  5694.             "ID": 1104,
  5695.             "ChunkNum": 1,
  5696.             "FullName": "Declare Function midiInClose Lib \"winmm.dll\" Alias \"midiInClose\" (ByVal hMidiIn As Long) As Long"
  5697.         },
  5698.         {
  5699.             "ID": 1105,
  5700.             "ChunkNum": 1,
  5701.             "FullName": "Declare Function midiInPrepareHeader Lib \"winmm.dll\" Alias \"midiInPrepareHeader\" (ByVal hMidiIn As Long, lpMidiInHdr As MIDIHDR, ByVal uSize As Long) As Long"
  5702.         },
  5703.         {
  5704.             "ID": 1106,
  5705.             "ChunkNum": 1,
  5706.             "FullName": "Declare Function midiInUnprepareHeader Lib \"winmm.dll\" Alias \"midiInUnprepareHeader\" (ByVal hMidiIn As Long, lpMidiInHdr As MIDIHDR, ByVal uSize As Long) As Long"
  5707.         },
  5708.         {
  5709.             "ID": 1107,
  5710.             "ChunkNum": 1,
  5711.             "FullName": "Declare Function midiInAddBuffer Lib \"winmm.dll\" Alias \"midiInAddBuffer\" (ByVal hMidiIn As Long, lpMidiInHdr As MIDIHDR, ByVal uSize As Long) As Long"
  5712.         },
  5713.         {
  5714.             "ID": 1108,
  5715.             "ChunkNum": 1,
  5716.             "FullName": "Declare Function midiInStart Lib \"winmm.dll\" Alias \"midiInStart\" (ByVal hMidiIn As Long) As Long"
  5717.         },
  5718.         {
  5719.             "ID": 1109,
  5720.             "ChunkNum": 1,
  5721.             "FullName": "Declare Function midiInStop Lib \"winmm.dll\" Alias \"midiInStop\" (ByVal hMidiIn As Long) As Long"
  5722.         },
  5723.         {
  5724.             "ID": 1110,
  5725.             "ChunkNum": 1,
  5726.             "FullName": "Declare Function midiInReset Lib \"winmm.dll\" Alias \"midiInReset\" (ByVal hMidiIn As Long) As Long"
  5727.         },
  5728.         {
  5729.             "ID": 1111,
  5730.             "ChunkNum": 1,
  5731.             "FullName": "Declare Function midiInGetID Lib \"winmm.dll\" Alias \"midiInGetID\" (ByVal hMidiIn As Long, lpuDeviceID As Long) As Long"
  5732.         },
  5733.         {
  5734.             "ID": 1112,
  5735.             "ChunkNum": 1,
  5736.             "FullName": "Declare Function midiInMessage Lib \"winmm.dll\" Alias \"midiInMessage\" (ByVal hMidiIn As Long, ByVal msg As Long, ByVal dw1 As Long, ByVal dw2 As Long) As Long"
  5737.         },
  5738.         {
  5739.             "ID": 1113,
  5740.             "ChunkNum": 1,
  5741.             "FullName": "Declare Function auxGetNumDevs Lib \"winmm.dll\" Alias \"auxGetNumDevs\" () As Long"
  5742.         },
  5743.         {
  5744.             "ID": 1114,
  5745.             "ChunkNum": 1,
  5746.             "FullName": "Declare Function auxGetDevCaps Lib \"winmm.dll\" Alias \"auxGetDevCapsA\" (ByVal uDeviceID As Long, lpCaps As AUXCAPS, ByVal uSize As Long) As Long"
  5747.         },
  5748.         {
  5749.             "ID": 1115,
  5750.             "ChunkNum": 1,
  5751.             "FullName": "Declare Function auxSetVolume Lib \"winmm.dll\" Alias \"auxSetVolume\" (ByVal uDeviceID As Long, ByVal dwVolume As Long) As Long"
  5752.         },
  5753.         {
  5754.             "ID": 1116,
  5755.             "ChunkNum": 1,
  5756.             "FullName": "Declare Function auxGetVolume Lib \"winmm.dll\" Alias \"auxGetVolume\" (ByVal uDeviceID As Long, lpdwVolume As Long) As Long"
  5757.         },
  5758.         {
  5759.             "ID": 1117,
  5760.             "ChunkNum": 1,
  5761.             "FullName": "Declare Function auxOutMessage Lib \"winmm.dll\" Alias \"auxOutMessage\" (ByVal uDeviceID As Long, ByVal msg As Long, ByVal dw1 As Long, ByVal dw2 As Long) As Long"
  5762.         },
  5763.         {
  5764.             "ID": 1118,
  5765.             "ChunkNum": 1,
  5766.             "FullName": "Declare Function timeGetSystemTime Lib \"winmm.dll\" Alias \"timeGetSystemTime\" (lpTime As MMTIME, ByVal uSize As Long) As Long"
  5767.         },
  5768.         {
  5769.             "ID": 1119,
  5770.             "ChunkNum": 1,
  5771.             "FullName": "Declare Function timeGetTime Lib \"winmm.dll\" Alias \"timeGetTime\" () As Long"
  5772.         },
  5773.         {
  5774.             "ID": 1120,
  5775.             "ChunkNum": 1,
  5776.             "FullName": "Declare Function timeSetEvent Lib \"winmm.dll\" Alias \"timeSetEvent\" (ByVal uDelay As Long, ByVal uResolution As Long, ByVal lpFunction As Long, ByVal dwUser As Long, ByVal uFlags As Long) As Long"
  5777.         },
  5778.         {
  5779.             "ID": 1121,
  5780.             "ChunkNum": 1,
  5781.             "FullName": "Declare Function timeKillEvent Lib \"winmm.dll\" Alias \"timeKillEvent\" (ByVal uID As Long) As Long"
  5782.         },
  5783.         {
  5784.             "ID": 1122,
  5785.             "ChunkNum": 1,
  5786.             "FullName": "Declare Function timeGetDevCaps Lib \"winmm.dll\" Alias \"timeGetDevCaps\" (lpTimeCaps As TIMECAPS, ByVal uSize As Long) As Long"
  5787.         },
  5788.         {
  5789.             "ID": 1123,
  5790.             "ChunkNum": 1,
  5791.             "FullName": "Declare Function timeBeginPeriod Lib \"winmm.dll\" Alias \"timeBeginPeriod\" (ByVal uPeriod As Long) As Long"
  5792.         },
  5793.         {
  5794.             "ID": 1124,
  5795.             "ChunkNum": 1,
  5796.             "FullName": "Declare Function timeEndPeriod Lib \"winmm.dll\" Alias \"timeEndPeriod\" (ByVal uPeriod As Long) As Long"
  5797.         },
  5798.         {
  5799.             "ID": 1125,
  5800.             "ChunkNum": 1,
  5801.             "FullName": "Declare Function joyGetDevCaps Lib \"winmm.dll\" Alias \"joyGetDevCapsA\" (ByVal id As Long, lpCaps As JOYCAPS, ByVal uSize As Long) As Long"
  5802.         },
  5803.         {
  5804.             "ID": 1126,
  5805.             "ChunkNum": 1,
  5806.             "FullName": "Declare Function joyGetNumDevs Lib \"winmm.dll\" Alias \"joyGetNumDev\" () As Long"
  5807.         },
  5808.         {
  5809.             "ID": 1127,
  5810.             "ChunkNum": 1,
  5811.             "FullName": "Declare Function joyGetThreshold Lib \"winmm.dll\" Alias \"joyGetThreshold\" (ByVal id As Long, lpuThreshold As Long) As Long"
  5812.         },
  5813.         {
  5814.             "ID": 1128,
  5815.             "ChunkNum": 1,
  5816.             "FullName": "Declare Function joyReleaseCapture Lib \"winmm.dll\" Alias \"joyReleaseCapture\" (ByVal id As Long) As Long"
  5817.         },
  5818.         {
  5819.             "ID": 1129,
  5820.             "ChunkNum": 1,
  5821.             "FullName": "Declare Function joySetCapture Lib \"winmm.dll\" Alias \"joySetCapture\" (ByVal hwnd As Long, ByVal uID As Long, ByVal uPeriod As Long, ByVal bChanged As Long) As Long"
  5822.         },
  5823.         {
  5824.             "ID": 1130,
  5825.             "ChunkNum": 1,
  5826.             "FullName": "Declare Function joySetThreshold Lib \"winmm.dll\" Alias \"joySetThreshold\" (ByVal id As Long, ByVal uThreshold As Long) As Long"
  5827.         },
  5828.         {
  5829.             "ID": 1131,
  5830.             "ChunkNum": 1,
  5831.             "FullName": "Declare Function mmioStringToFOURCC Lib \"winmm.dll\" Alias \"mmioStringToFOURCCA\" (ByVal sz As String, ByVal uFlags As Long) As Long"
  5832.         },
  5833.         {
  5834.             "ID": 1132,
  5835.             "ChunkNum": 1,
  5836.             "FullName": "Declare Function mmioOpen Lib \"winmm.dll\" Alias \"mmioOpenA\" (ByVal szFileName As String, lpmmioinfo As MMIOINFO, ByVal dwOpenFlags As Long) As Long"
  5837.         },
  5838.         {
  5839.             "ID": 1133,
  5840.             "ChunkNum": 1,
  5841.             "FullName": "Declare Function mmioRename Lib \"winmm.dll\" Alias \"mmioRenameA\" (ByVal szFileName As String, ByVal SzNewFileName As String, lpmmioinfo As MMIOINFO, ByVal dwRenameFlags As Long) As Long"
  5842.         },
  5843.         {
  5844.             "ID": 1134,
  5845.             "ChunkNum": 1,
  5846.             "FullName": "Declare Function mmioClose Lib \"winmm.dll\" Alias \"mmioClose\" (ByVal hmmio As Long, ByVal uFlags As Long) As Long"
  5847.         },
  5848.         {
  5849.             "ID": 1135,
  5850.             "ChunkNum": 1,
  5851.             "FullName": "Declare Function mmioRead Lib \"winmm.dll\" Alias \"mmioRead\" (ByVal hmmio As Long, ByVal pch As String, ByVal cch As Long) As Long"
  5852.         },
  5853.         {
  5854.             "ID": 1136,
  5855.             "ChunkNum": 1,
  5856.             "FullName": "Declare Function mmioWrite Lib \"winmm.dll\" Alias \"mmioWrite\" (ByVal hmmio As Long, ByVal pch As String, ByVal cch As Long) As Long"
  5857.         },
  5858.         {
  5859.             "ID": 1137,
  5860.             "ChunkNum": 1,
  5861.             "FullName": "Declare Function mmioSeek Lib \"winmm.dll\" Alias \"mmioSeek\" (ByVal hmmio As Long, ByVal lOffset As Long, ByVal iOrigin As Long) As Long"
  5862.         },
  5863.         {
  5864.             "ID": 1138,
  5865.             "ChunkNum": 1,
  5866.             "FullName": "Declare Function mmioGetInfo Lib \"winmm.dll\" Alias \"mmioGetInfo\" (ByVal hmmio As Long, lpmmioinfo As MMIOINFO, ByVal uFlags As Long) As Long"
  5867.         },
  5868.         {
  5869.             "ID": 1139,
  5870.             "ChunkNum": 1,
  5871.             "FullName": "Declare Function mmioSetInfo Lib \"winmm.dll\" Alias \"mmioSetInfo\" (ByVal hmmio As Long, lpmmioinfo As MMIOINFO, ByVal uFlags As Long) As Long"
  5872.         },
  5873.         {
  5874.             "ID": 1140,
  5875.             "ChunkNum": 1,
  5876.             "FullName": "Declare Function mmioSetBuffer Lib \"winmm.dll\" Alias \"mmioSetBuffer\" (ByVal hmmio As Long, ByVal pchBuffer As String, ByVal cchBuffer As Long, ByVal uFlags As Long) As Long"
  5877.         },
  5878.         {
  5879.             "ID": 1141,
  5880.             "ChunkNum": 1,
  5881.             "FullName": "Declare Function mmioFlush Lib \"winmm.dll\" Alias \"mmioFlush\" (ByVal hmmio As Long, ByVal uFlags As Long) As Long"
  5882.         },
  5883.         {
  5884.             "ID": 1142,
  5885.             "ChunkNum": 1,
  5886.             "FullName": "Declare Function mmioAdvance Lib \"winmm.dll\" Alias \"mmioAdvance\" (ByVal hmmio As Long, lpmmioinfo As MMIOINFO, ByVal uFlags As Long) As Long"
  5887.         },
  5888.         {
  5889.             "ID": 1143,
  5890.             "ChunkNum": 1,
  5891.             "FullName": "Declare Function mmioSendMessage Lib \"winmm.dll\" Alias \"mmioSendMessage\" (ByVal hmmio As Long, ByVal uMsg As Long, ByVal lParam1 As Long, ByVal lParam2 As Long) As Long"
  5892.         },
  5893.         {
  5894.             "ID": 1144,
  5895.             "ChunkNum": 1,
  5896.             "FullName": "Declare Function mmioDescend Lib \"winmm.dll\" Alias \"mmioDescend\" (ByVal hmmio As Long, lpck As MMCKINFO, lpckParent As MMCKINFO, ByVal uFlags As Long) As Long"
  5897.         },
  5898.         {
  5899.             "ID": 1145,
  5900.             "ChunkNum": 1,
  5901.             "FullName": "Declare Function mmioAscend Lib \"winmm.dll\" Alias \"mmioAscend\" (ByVal hmmio As Long, lpck As MMCKINFO, ByVal uFlags As Long) As Long"
  5902.         },
  5903.         {
  5904.             "ID": 1146,
  5905.             "ChunkNum": 1,
  5906.             "FullName": "Declare Function mmioCreateChunk Lib \"winmm.dll\" Alias \"mmioCreateChunk\" (ByVal hmmio As Long, lpck As MMCKINFO, ByVal uFlags As Long) As Long"
  5907.         },
  5908.         {
  5909.             "ID": 1147,
  5910.             "ChunkNum": 1,
  5911.             "FullName": "Declare Function mciSendCommand Lib \"winmm.dll\" Alias \"mciSendCommandA\" (ByVal wDeviceID As Long, ByVal uMessage As Long, ByVal dwParam1 As Long, ByVal dwParam2 As Long) As Long"
  5912.         },
  5913.         {
  5914.             "ID": 1148,
  5915.             "ChunkNum": 1,
  5916.             "FullName": "Declare Function mciSendString Lib \"winmm.dll\" Alias \"mciSendStringA\" (ByVal lpstrCommand As String, ByVal lpstrReturnString As String, ByVal uReturnLength As Long, ByVal hwndCallback As Long) As Long"
  5917.         },
  5918.         {
  5919.             "ID": 1149,
  5920.             "ChunkNum": 1,
  5921.             "FullName": "Declare Function mciGetCreatorTask Lib \"winmm.dll\" Alias \"mciGetCreatorTask\" (ByVal wDeviceID As Long) As Long"
  5922.         },
  5923.         {
  5924.             "ID": 1150,
  5925.             "ChunkNum": 1,
  5926.             "FullName": "Declare Function mciGetDeviceID Lib \"winmm.dll\" Alias \"mciGetDeviceIDA\" (ByVal lpstrName As String) As Long"
  5927.         },
  5928.         {
  5929.             "ID": 1151,
  5930.             "ChunkNum": 1,
  5931.             "FullName": "Declare Function mciGetDeviceIDFromElementID Lib \"winmm.dll\" Alias \"mciGetDeviceIDFromElementIDA\" (ByVal dwElementID As Long, ByVal lpstrType As String) As Long"
  5932.         },
  5933.         {
  5934.             "ID": 1152,
  5935.             "ChunkNum": 1,
  5936.             "FullName": "Declare Function mciGetErrorString Lib \"winmm.dll\" Alias \"mciGetErrorStringA\" (ByVal dwError As Long, ByVal lpstrBuffer As String, ByVal uLength As Long) As Long"
  5937.         },
  5938.         {
  5939.             "ID": 1153,
  5940.             "ChunkNum": 1,
  5941.             "FullName": "Declare Function mciExecute Lib \"winmm.dll\" Alias \"mciExecute\" (ByVal lpstrCommand As String) As Long"
  5942.         },
  5943.         {
  5944.             "ID": 1154,
  5945.             "ChunkNum": 1,
  5946.             "FullName": "Declare Function EnumPrinters Lib \"winspool.drv\" Alias \"EnumPrintersA\" (ByVal flags As Long, ByVal name As String, ByVal Level As Long, pPrinterEnum As Byte, ByVal cdBuf As Long, pcbNeeded As Long, pcReturned As Long) As Long"
  5947.         },
  5948.         {
  5949.             "ID": 1155,
  5950.             "ChunkNum": 1,
  5951.             "FullName": "Declare Function EnumPrinterPropertySheets Lib \"winspool.drv\" Alias \"EnumPrinterPropertySheets\" (hPrinter As Long, hwnd As Long, lpfnAdd As Long, ByVal lParam As Long) As Long"
  5952.         },
  5953.         {
  5954.             "ID": 1156,
  5955.             "ChunkNum": 1,
  5956.             "FullName": "Declare Function OpenPrinter Lib \"winspool.drv\" Alias \"OpenPrinterA\" (ByVal pPrinterName As String, phPrinter As Long, pDefault As PRINTER_DEFAULTS) As Long"
  5957.         },
  5958.         {
  5959.             "ID": 1157,
  5960.             "ChunkNum": 1,
  5961.             "FullName": "Declare Function ResetPrinter Lib \"winspool.drv\" Alias \"ResetPrinterA\" (ByVal hPrinter As Long, pDefault As PRINTER_DEFAULTS) As Long"
  5962.         },
  5963.         {
  5964.             "ID": 1158,
  5965.             "ChunkNum": 1,
  5966.             "FullName": "Declare Function SetJob Lib \"winspool.drv\" Alias \"SetJobA\" (ByVal hPrinter As Long, ByVal JobId As Long, ByVal Level As Long, pJob As Byte, ByVal Command As Long) As Long"
  5967.         },
  5968.         {
  5969.             "ID": 1159,
  5970.             "ChunkNum": 1,
  5971.             "FullName": "Declare Function GetJob Lib \"winspool.drv\" Alias \"GetJobA\" (ByVal hPrinter As Long, ByVal JobId As Long, ByVal Level As Long, pJob As Byte, ByVal cdBuf As Long, pcbNeeded As Long) As Long"
  5972.         },
  5973.         {
  5974.             "ID": 1160,
  5975.             "ChunkNum": 1,
  5976.             "FullName": "Declare Function EnumJobs Lib \"winspool.drv\" Alias \"EnumJobsA\" (ByVal hPrinter As Long, ByVal FirstJob As Long, ByVal NoJobs As Long, ByVal Level As Long, pJob As Byte, ByVal cdBuf As Long, pcbNeeded As Long, pcReturned As Long) As Long"
  5977.         },
  5978.         {
  5979.             "ID": 1161,
  5980.             "ChunkNum": 1,
  5981.             "FullName": "Declare Function AddPrinter Lib \"winspool.drv\" Alias \"AddPrinterA\" (ByVal pName As String, ByVal Level As Long, pPrinter As Byte) As Long"
  5982.         },
  5983.         {
  5984.             "ID": 1162,
  5985.             "ChunkNum": 1,
  5986.             "FullName": "Declare Function AddPrinterDriver Lib \"winspool.drv\" Alias \"AddPrinterDriverA\" (ByVal pName As String, ByVal Level As Long, pDriverInfor As Byte) As Long"
  5987.         },
  5988.         {
  5989.             "ID": 1163,
  5990.             "ChunkNum": 1,
  5991.             "FullName": "Declare Function EnumPrinterDrivers Lib \"winspool.drv\" Alias \"EnumPrinterDriversA\" (ByVal pName As String, ByVal pEnvironment As String, ByVal Level As Long, pDriverInfo As Byte, ByVal cdBuf As Long, pcbNeeded As Long, pcRetruned As Long) As Long"
  5992.         },
  5993.         {
  5994.             "ID": 1164,
  5995.             "ChunkNum": 1,
  5996.             "FullName": "Declare Function GetPrinterDriver Lib \"winspool.drv\" Alias \"GetPrinterDriverA\" (ByVal hPrinter As Long, ByVal pEnvironment As String, ByVal Level As Long, pDriverInfo As Byte, ByVal cdBuf As Long, pcbNeeded As Long) As Long"
  5997.         },
  5998.         {
  5999.             "ID": 1165,
  6000.             "ChunkNum": 1,
  6001.             "FullName": "Declare Function GetPrinterDriverDirectory Lib \"winspool.drv\" Alias \"GetPrinterDriverDirectoryA\" (ByVal pName As String, ByVal pEnvironment As String, ByVal Level As Long, pDriverDirectory As Byte, ByVal cdBuf As Long, pcbNeeded As Long) As Long"
  6002.         },
  6003.         {
  6004.             "ID": 1166,
  6005.             "ChunkNum": 1,
  6006.             "FullName": "Declare Function DeletePrinterDriver Lib \"winspool.drv\" Alias \"DeletePrinterDriverA\" (ByVal pName As String, ByVal pEnvironment As String, ByVal pDriverName As String) As Long"
  6007.         },
  6008.         {
  6009.             "ID": 1167,
  6010.             "ChunkNum": 1,
  6011.             "FullName": "Declare Function AddPrintProcessor Lib \"winspool.drv\" Alias \"AddPrintProcessorA\" (ByVal pName As String, ByVal pEnvironment As String, ByVal pPathName As String, ByVal pPrintProcessorName As String) As Long"
  6012.         },
  6013.         {
  6014.             "ID": 1168,
  6015.             "ChunkNum": 1,
  6016.             "FullName": "Declare Function EnumPrintProcessors Lib \"winspool.drv\" Alias \"EnumPrintProcessorsA\" (ByVal pName As String, ByVal pEnvironment As String, ByVal Level As Long, pPrintProcessorInfo As Byte, ByVal cdBuf As Long, pcbNeeded As Long, pcReturned As Long) As Lon"
  6017.         },
  6018.         {
  6019.             "ID": 1168,
  6020.             "ChunkNum": 2,
  6021.             "FullName": "g"
  6022.         },
  6023.         {
  6024.             "ID": 1169,
  6025.             "ChunkNum": 1,
  6026.             "FullName": "Declare Function GetPrintProcessorDirectory Lib \"winspool.drv\" Alias \"GetPrintProcessorDirectoryA\" (ByVal pName As String, ByVal pEnvironment As String, ByVal Level As Long, ByVal pPrintProcessorInfo As String, ByVal cdBuf As Long, pcbNeeded As Long) As L"
  6027.         },
  6028.         {
  6029.             "ID": 1169,
  6030.             "ChunkNum": 2,
  6031.             "FullName": "ong"
  6032.         },
  6033.         {
  6034.             "ID": 1170,
  6035.             "ChunkNum": 1,
  6036.             "FullName": "Declare Function EnumPrintProcessorDatatypes Lib \"winspool.drv\" Alias \"EnumPrintProcessorDatatypesA\" (ByVal pName As String, ByVal pPrintProcessorName As String, ByVal Level As Long, pDatatypes As Byte, ByVal cdBuf As Long, pcbNeeded As Long, pcRetruned A"
  6037.         },
  6038.         {
  6039.             "ID": 1170,
  6040.             "ChunkNum": 2,
  6041.             "FullName": "s Long) As Long"
  6042.         },
  6043.         {
  6044.             "ID": 1171,
  6045.             "ChunkNum": 1,
  6046.             "FullName": "Declare Function DeletePrintProcessor Lib \"winspool.drv\" Alias \"DeletePrintProcessorA\" (ByVal pName As String, ByVal pEnvironment As String, ByVal pPrintProcessorName As String) As Long"
  6047.         },
  6048.         {
  6049.             "ID": 1172,
  6050.             "ChunkNum": 1,
  6051.             "FullName": "Declare Function StartDocPrinter Lib \"winspool.drv\" Alias \"StartDocPrinterA\" (ByVal hPrinter As Long, ByVal Level As Long, pDocInfo As Byte) As Long"
  6052.         },
  6053.         {
  6054.             "ID": 1173,
  6055.             "ChunkNum": 1,
  6056.             "FullName": "Declare Function StartPagePrinter Lib \"winspool.drv\" Alias \"StartPagePrinter\" (ByVal hPrinter As Long) As Long"
  6057.         },
  6058.         {
  6059.             "ID": 1174,
  6060.             "ChunkNum": 1,
  6061.             "FullName": "Declare Function WritePrinter Lib \"winspool.drv\" Alias \"WritePrinter\" (ByVal hPrinter As Long, pBuf As Any, ByVal cdBuf As Long, pcWritten As Long) As Long"
  6062.         },
  6063.         {
  6064.             "ID": 1175,
  6065.             "ChunkNum": 1,
  6066.             "FullName": "Declare Function EndPagePrinter Lib \"winspool.drv\" Alias \"EndPagePrinter\" (ByVal hPrinter As Long) As Long"
  6067.         },
  6068.         {
  6069.             "ID": 1176,
  6070.             "ChunkNum": 1,
  6071.             "FullName": "Declare Function AbortPrinter Lib \"winspool.drv\" Alias \"AbortPrinter\" (ByVal hPrinter As Long) As Long"
  6072.         },
  6073.         {
  6074.             "ID": 1177,
  6075.             "ChunkNum": 1,
  6076.             "FullName": "Declare Function ReadPrinter Lib \"winspool.drv\" Alias \"ReadPrinter\" (ByVal hPrinter As Long, pBuf As Any, ByVal cdBuf As Long, pNoBytesRead As Long) As Long"
  6077.         },
  6078.         {
  6079.             "ID": 1178,
  6080.             "ChunkNum": 1,
  6081.             "FullName": "Declare Function EndDocPrinter Lib \"winspool.drv\" Alias \"EndDocPrinter\" (ByVal hPrinter As Long) As Long"
  6082.         },
  6083.         {
  6084.             "ID": 1179,
  6085.             "ChunkNum": 1,
  6086.             "FullName": "Declare Function AddJob Lib \"winspool.drv\" Alias \"AddJobA\" (ByVal hPrinter As Long, ByVal Level As Long, pData As Byte, ByVal cdBuf As Long, pcbNeeded As Long) As Long"
  6087.         },
  6088.         {
  6089.             "ID": 1180,
  6090.             "ChunkNum": 1,
  6091.             "FullName": "Declare Function ScheduleJob Lib \"winspool.drv\" Alias \"ScheduleJob\" (ByVal hPrinter As Long, ByVal JobId As Long) As Long"
  6092.         },
  6093.         {
  6094.             "ID": 1181,
  6095.             "ChunkNum": 1,
  6096.             "FullName": "Declare Function PrinterProperties Lib \"winspool.drv\" Alias \"PrinterProperties\" (ByVal hwnd As Long, ByVal hPrinter As Long) As Long"
  6097.         },
  6098.         {
  6099.             "ID": 1182,
  6100.             "ChunkNum": 1,
  6101.             "FullName": "Declare Function DocumentProperties Lib \"winspool.drv\" Alias \"DocumentPropertiesA\" (ByVal hwnd As Long, ByVal hPrinter As Long, ByVal pDeviceName As String, pDevModeOutput As DEVMODE, pDevModeInput As DEVMODE, ByVal fMode As Long) As Long"
  6102.         },
  6103.         {
  6104.             "ID": 1183,
  6105.             "ChunkNum": 1,
  6106.             "FullName": "Declare Function AdvancedDocumentProperties Lib \"winspool.drv\" Alias \"AdvancedDocumentPropertiesA\" (ByVal hwnd As Long, ByVal hPrinter As Long, ByVal pDeviceName As String, pDevModeOutput As DEVMODE, pDevModeInput As DEVMODE) As Long"
  6107.         },
  6108.         {
  6109.             "ID": 1184,
  6110.             "ChunkNum": 1,
  6111.             "FullName": "Declare Function GetPrinterData Lib \"winspool.drv\" Alias \"GetPrinterDataA\" (ByVal hPrinter As Long, ByVal pValueName As String, pType As Long, pData As Byte, ByVal nSize As Long, pcbNeeded As Long) As Long"
  6112.         },
  6113.         {
  6114.             "ID": 1185,
  6115.             "ChunkNum": 1,
  6116.             "FullName": "Declare Function SetPrinterData Lib \"winspool.drv\" Alias \"SetPrinterDataA\" (ByVal hPrinter As Long, ByVal pValueName As String, ByVal dwType As Long, pData As Byte, ByVal cbData As Long) As Long"
  6117.         },
  6118.         {
  6119.             "ID": 1186,
  6120.             "ChunkNum": 1,
  6121.             "FullName": "Declare Function WaitForPrinterChange Lib \"winspool.drv\" Alias \"WaitForPrinterChange\" (ByVal hPrinter As Long, ByVal flags As Long) As Long"
  6122.         },
  6123.         {
  6124.             "ID": 1187,
  6125.             "ChunkNum": 1,
  6126.             "FullName": "Declare Function PrinterMessageBox Lib \"winspool.drv\" Alias \"PrinterMessageBoxA\" (ByVal hPrinter As Long, ByVal error As Long, ByVal hwnd As Long, ByVal pText As String, ByVal pCaption As String, ByVal dwType As Long) As Long"
  6127.         },
  6128.         {
  6129.             "ID": 1188,
  6130.             "ChunkNum": 1,
  6131.             "FullName": "Declare Function ClosePrinter Lib \"winspool.drv\" Alias \"ClosePrinter\" (ByVal hPrinter As Long) As Long"
  6132.         },
  6133.         {
  6134.             "ID": 1189,
  6135.             "ChunkNum": 1,
  6136.             "FullName": "Declare Function AddForm Lib \"winspool.drv\" Alias \"AddFormA\" (ByVal hPrinter As Long, ByVal Level As Long, pForm As Byte) As Long"
  6137.         },
  6138.         {
  6139.             "ID": 1190,
  6140.             "ChunkNum": 1,
  6141.             "FullName": "Declare Function DeleteForm Lib \"winspool.drv\" Alias \"DeleteFormA\" (ByVal hPrinter As Long, ByVal pFormName As String) As Long"
  6142.         },
  6143.         {
  6144.             "ID": 1191,
  6145.             "ChunkNum": 1,
  6146.             "FullName": "Declare Function GetForm Lib \"winspool.drv\" Alias \"GetFormA\" (ByVal hPrinter As Long, ByVal pFormName As String, ByVal Level As Long, pForm As Byte, ByVal cbBuf As Long, pcbNeeded As Long) As Long"
  6147.         },
  6148.         {
  6149.             "ID": 1192,
  6150.             "ChunkNum": 1,
  6151.             "FullName": "Declare Function SetForm Lib \"winspool.drv\" Alias \"SetFormA\" (ByVal hPrinter As Long, ByVal pFormName As String, ByVal Level As Long, pForm As Byte) As Long"
  6152.         },
  6153.         {
  6154.             "ID": 1193,
  6155.             "ChunkNum": 1,
  6156.             "FullName": "Declare Function EnumForms Lib \"winspool.drv\" Alias \"EnumFormsA\" (ByVal hPrinter As Long, ByVal Level As Long, pForm As Byte, ByVal cbBuf As Long, pcbNeeded As Long, pcReturned As Long) As Long"
  6157.         },
  6158.         {
  6159.             "ID": 1194,
  6160.             "ChunkNum": 1,
  6161.             "FullName": "Declare Function EnumMonitors Lib \"winspool.drv\" Alias \"EnumMonitorsA\" (ByVal pName As String, ByVal Level As Long, pMonitors As Byte, ByVal cbBuf As Long, pcbNeeded As Long, pcReturned As Long) As Long"
  6162.         },
  6163.         {
  6164.             "ID": 1195,
  6165.             "ChunkNum": 1,
  6166.             "FullName": "Declare Function AddMonitor Lib \"winspool.drv\" Alias \"AddMonitorA\" (ByVal pName As String, ByVal Level As Long, pMonitors As Byte) As Long"
  6167.         },
  6168.         {
  6169.             "ID": 1196,
  6170.             "ChunkNum": 1,
  6171.             "FullName": "Declare Function DeleteMonitor Lib \"winspool.drv\" Alias \"DeleteMonitorA\" (ByVal pName As String, ByVal pEnvironment As String, ByVal pMonitorName As String) As Long"
  6172.         },
  6173.         {
  6174.             "ID": 1197,
  6175.             "ChunkNum": 1,
  6176.             "FullName": "Declare Function EnumPorts Lib \"winspool.drv\" Alias \"EnumPortsA\" (ByVal pName As String, ByVal Level As Long, ByVal lpbPorts As Long, ByVal cbBuf As Long, pcbNeeded As Long, pcReturned As Long) As Long"
  6177.         },
  6178.         {
  6179.             "ID": 1198,
  6180.             "ChunkNum": 1,
  6181.             "FullName": "Declare Function AddPort Lib \"winspool.drv\" Alias \"AddPortA\" (ByVal pName As String, ByVal hwnd As Long, ByVal pMonitorName As String) As Long"
  6182.         },
  6183.         {
  6184.             "ID": 1199,
  6185.             "ChunkNum": 1,
  6186.             "FullName": "Declare Function ConfigurePort Lib \"winspool.drv\" Alias \"ConfigurePortA\" (ByVal pName As String, ByVal hwnd As Long, ByVal pPortName As String) As Long"
  6187.         },
  6188.         {
  6189.             "ID": 1200,
  6190.             "ChunkNum": 1,
  6191.             "FullName": "Declare Function DeletePort Lib \"winspool.drv\" Alias \"DeletePortA\" (ByVal pName As String, ByVal hwnd As Long, ByVal pPortName As String) As Long"
  6192.         },
  6193.         {
  6194.             "ID": 1201,
  6195.             "ChunkNum": 1,
  6196.             "FullName": "Declare Function AddPrinterConnection Lib \"winspool.drv\" Alias \"AddPrinterConnectionA\" (ByVal pName As String) As Long"
  6197.         },
  6198.         {
  6199.             "ID": 1202,
  6200.             "ChunkNum": 1,
  6201.             "FullName": "Declare Function DeletePrinterConnection Lib \"winspool.drv\" Alias \"DeletePrinterConnectionA\" (ByVal pName As String) As Long"
  6202.         },
  6203.         {
  6204.             "ID": 1203,
  6205.             "ChunkNum": 1,
  6206.             "FullName": "Declare Function ConnectToPrinterDlg Lib \"winspool.drv\" Alias \"ConnectToPrinterDlg\" (ByVal hwnd As Long, ByVal flags As Long) As Long"
  6207.         },
  6208.         {
  6209.             "ID": 1204,
  6210.             "ChunkNum": 1,
  6211.             "FullName": "Declare Function AddPrintProvidor Lib \"winspool.drv\" Alias \"AddPrintProvidorA\" (ByVal pName As String, ByVal Level As Long, pProvidorInfo As Byte) As Long"
  6212.         },
  6213.         {
  6214.             "ID": 1205,
  6215.             "ChunkNum": 1,
  6216.             "FullName": "Declare Function DeletePrintProvidor Lib \"winspool.drv\" Alias \"DeletePrintProvidorA\" (ByVal pName As String, ByVal pEnvironment As String, ByVal pPrintProvidorName As String) As Long"
  6217.         },
  6218.         {
  6219.             "ID": 1206,
  6220.             "ChunkNum": 1,
  6221.             "FullName": "Declare Function WNetAddConnection Lib \"mpr.dll\" Alias \"WNetAddConnectionA\" (ByVal lpszNetPath As String, ByVal lpszPassword As String, ByVal lpszLocalName As String) As Long"
  6222.         },
  6223.         {
  6224.             "ID": 1207,
  6225.             "ChunkNum": 1,
  6226.             "FullName": "Declare Function WNetAddConnection2 Lib \"mpr.dll\" Alias \"WNetAddConnection2A\" (lpNetResource As NETRESOURCE, ByVal lpPassword As String, ByVal lpUserName As String, ByVal dwFlags As Long) As Long"
  6227.         },
  6228.         {
  6229.             "ID": 1208,
  6230.             "ChunkNum": 1,
  6231.             "FullName": "Declare Function WNetCancelConnection Lib \"mpr.dll\" Alias \"WNetCancelConnectionA\" (ByVal lpszName As String, ByVal bForce As Long) As Long"
  6232.         },
  6233.         {
  6234.             "ID": 1209,
  6235.             "ChunkNum": 1,
  6236.             "FullName": "Declare Function WNetCancelConnection2 Lib \"mpr.dll\" Alias \"WNetCancelConnection2A\" (ByVal lpName As String, ByVal dwFlags As Long, ByVal fForce As Long) As Long"
  6237.         },
  6238.         {
  6239.             "ID": 1210,
  6240.             "ChunkNum": 1,
  6241.             "FullName": "Declare Function WNetGetConnection Lib \"mpr.dll\" Alias \"WNetGetConnectionA\" (ByVal lpszLocalName As String, ByVal lpszRemoteName As String, cbRemoteName As Long) As Long"
  6242.         },
  6243.         {
  6244.             "ID": 1211,
  6245.             "ChunkNum": 1,
  6246.             "FullName": "Declare Function WNetOpenEnum Lib \"mpr.dll\" Alias \"WNetOpenEnumA\" (ByVal dwScope As Long, ByVal dwType As Long, ByVal dwUsage As Long, lpNetResource As NETRESOURCE, lphEnum As Long) As Long"
  6247.         },
  6248.         {
  6249.             "ID": 1212,
  6250.             "ChunkNum": 1,
  6251.             "FullName": "Declare Function WNetEnumResource Lib \"mpr.dll\" Alias \"WNetEnumResourceA\" (ByVal hEnum As Long, lpcCount As Long, lpBuffer As Any, lpBufferSize As Long) As Long"
  6252.         },
  6253.         {
  6254.             "ID": 1213,
  6255.             "ChunkNum": 1,
  6256.             "FullName": "Declare Function WNetCloseEnum Lib \"mpr.dll\" Alias \"WNetCloseEnum\" (ByVal hEnum As Long) As Long"
  6257.         },
  6258.         {
  6259.             "ID": 1214,
  6260.             "ChunkNum": 1,
  6261.             "FullName": "Declare Function WNetGetUser Lib \"mpr.dll\" Alias \"WNetGetUserA\" (ByVal lpName As String, ByVal lpUserName As String, lpnLength As Long) As Long"
  6262.         },
  6263.         {
  6264.             "ID": 1215,
  6265.             "ChunkNum": 1,
  6266.             "FullName": "Declare Function WNetConnectionDialog Lib \"mpr.dll\" Alias \"WNetConnectionDialog\" (ByVal hwnd As Long, ByVal dwType As Long) As Long"
  6267.         },
  6268.         {
  6269.             "ID": 1216,
  6270.             "ChunkNum": 1,
  6271.             "FullName": "Declare Function WNetDisconnectDialog Lib \"mpr.dll\" Alias \"WNetDisconnectDialog\" (ByVal hwnd As Long, ByVal dwType As Long) As Long"
  6272.         },
  6273.         {
  6274.             "ID": 1217,
  6275.             "ChunkNum": 1,
  6276.             "FullName": "Declare Function WNetGetLastError Lib \"mpr.dll\" Alias \"WNetGetLastErrorA\" (lpError As Long, ByVal lpErrorBuf As String, ByVal nErrorBufSize As Long, ByVal lpNameBuf As String, ByVal nNameBufSize As Long) As Long"
  6277.         },
  6278.         {
  6279.             "ID": 1218,
  6280.             "ChunkNum": 1,
  6281.             "FullName": "Declare Function Netbios Lib \"netapi32.dll\" Alias \"Netbios\" (pncb As NCB) As Byte"
  6282.         },
  6283.         {
  6284.             "ID": 1219,
  6285.             "ChunkNum": 1,
  6286.             "FullName": "Declare Function RegCloseKey Lib \"advapi32.dll\" Alias \"RegCloseKey\" (ByVal hKey As Long) As Long"
  6287.         },
  6288.         {
  6289.             "ID": 1220,
  6290.             "ChunkNum": 1,
  6291.             "FullName": "Declare Function RegConnectRegistry Lib \"advapi32.dll\" Alias \"RegConnectRegistryA\" (ByVal lpMachineName As String, ByVal hKey As Long, phkResult As Long) As Long"
  6292.         },
  6293.         {
  6294.             "ID": 1221,
  6295.             "ChunkNum": 1,
  6296.             "FullName": "Declare Function RegCreateKey Lib \"advapi32.dll\" Alias \"RegCreateKeyA\" (ByVal hKey As Long, ByVal lpSubKey As String, phkResult As Long) As Long"
  6297.         },
  6298.         {
  6299.             "ID": 1222,
  6300.             "ChunkNum": 1,
  6301.             "FullName": "Declare Function RegCreateKeyEx Lib \"advapi32.dll\" Alias \"RegCreateKeyExA\" (ByVal hKey As Long, ByVal lpSubKey As String, ByVal Reserved As Long, ByVal lpClass As String, ByVal dwOptions As Long, ByVal samDesired As Long, lpSecurityAttributes As SECURITY_"
  6302.         },
  6303.         {
  6304.             "ID": 1222,
  6305.             "ChunkNum": 2,
  6306.             "FullName": "ATTRIBUTES, phkResult As Long, lpdwDisposition As Long) As Long"
  6307.         },
  6308.         {
  6309.             "ID": 1223,
  6310.             "ChunkNum": 1,
  6311.             "FullName": "Declare Function RegDeleteKey Lib \"advapi32.dll\" Alias \"RegDeleteKeyA\" (ByVal hKey As Long, ByVal lpSubKey As String) As Long"
  6312.         },
  6313.         {
  6314.             "ID": 1224,
  6315.             "ChunkNum": 1,
  6316.             "FullName": "Declare Function RegDeleteValue Lib \"advapi32.dll\" Alias \"RegDeleteValueA\" (ByVal hKey As Long, ByVal lpValueName As String) As Long"
  6317.         },
  6318.         {
  6319.             "ID": 1225,
  6320.             "ChunkNum": 1,
  6321.             "FullName": "Declare Function RegEnumKey Lib \"advapi32.dll\" Alias \"RegEnumKeyA\" (ByVal hKey As Long, ByVal dwIndex As Long, ByVal lpName As String, ByVal cbName As Long) As Long"
  6322.         },
  6323.         {
  6324.             "ID": 1226,
  6325.             "ChunkNum": 1,
  6326.             "FullName": "Declare Function RegEnumKeyEx Lib \"advapi32.dll\" Alias \"RegEnumKeyExA\" (ByVal hKey As Long, ByVal dwIndex As Long, ByVal lpName As String, lpcbName As Long, lpReserved As Long, ByVal lpClass As String, lpcbClass As Long, lpftLastWriteTime As FILETIME) As "
  6327.         },
  6328.         {
  6329.             "ID": 1226,
  6330.             "ChunkNum": 2,
  6331.             "FullName": "Long"
  6332.         },
  6333.         {
  6334.             "ID": 1227,
  6335.             "ChunkNum": 1,
  6336.             "FullName": "Declare Function RegEnumValue Lib \"advapi32.dll\" Alias \"RegEnumValueA\" (ByVal hKey As Long, ByVal dwIndex As Long, ByVal lpValueName As String, lpcbValueName As Long, lpReserved As Long, lpType As Long, lpData As Byte, lpcbData As Long) As Long"
  6337.         },
  6338.         {
  6339.             "ID": 1228,
  6340.             "ChunkNum": 1,
  6341.             "FullName": "Declare Function RegFlushKey Lib \"advapi32.dll\" Alias \"RegFlushKey\" (ByVal hKey As Long) As Long"
  6342.         },
  6343.         {
  6344.             "ID": 1229,
  6345.             "ChunkNum": 1,
  6346.             "FullName": "Declare Function RegGetKeySecurity Lib \"advapi32.dll\" Alias \"RegGetKeySecurity\" (ByVal hKey As Long, ByVal SecurityInformation As Long, pSecurityDescriptor As SECURITY_DESCRIPTOR, lpcbSecurityDescriptor As Long) As Long"
  6347.         },
  6348.         {
  6349.             "ID": 1230,
  6350.             "ChunkNum": 1,
  6351.             "FullName": "Declare Function RegLoadKey Lib \"advapi32.dll\" Alias \"RegLoadKeyA\" (ByVal hKey As Long, ByVal lpSubKey As String, ByVal lpFile As String) As Long"
  6352.         },
  6353.         {
  6354.             "ID": 1231,
  6355.             "ChunkNum": 1,
  6356.             "FullName": "Declare Function RegNotifyChangeKeyValue Lib \"advapi32.dll\" Alias \"RegNotifyChangeKeyValue\" (ByVal hKey As Long, ByVal bWatchSubtree As Long, ByVal dwNotifyFilter As Long, ByVal hEvent As Long, ByVal fAsynchronus As Long) As Long"
  6357.         },
  6358.         {
  6359.             "ID": 1232,
  6360.             "ChunkNum": 1,
  6361.             "FullName": "Declare Function RegOpenKey Lib \"advapi32.dll\" Alias \"RegOpenKeyA\" (ByVal hKey As Long, ByVal lpSubKey As String, phkResult As Long) As Long"
  6362.         },
  6363.         {
  6364.             "ID": 1233,
  6365.             "ChunkNum": 1,
  6366.             "FullName": "Declare Function RegOpenKeyEx Lib \"advapi32.dll\" Alias \"RegOpenKeyExA\" (ByVal hKey As Long, ByVal lpSubKey As String, ByVal ulOptions As Long, ByVal samDesired As Long, phkResult As Long) As Long"
  6367.         },
  6368.         {
  6369.             "ID": 1234,
  6370.             "ChunkNum": 1,
  6371.             "FullName": "Declare Function RegQueryInfoKey Lib \"advapi32.dll\" Alias \"RegQueryInfoKeyA\" (ByVal hKey As Long, ByVal lpClass As String, lpcbClass As Long, lpReserved As Long, lpcSubKeys As Long, lpcbMaxSubKeyLen As Long, lpcbMaxClassLen As Long, lpcValues As Long, lpc"
  6372.         },
  6373.         {
  6374.             "ID": 1234,
  6375.             "ChunkNum": 2,
  6376.             "FullName": "bMaxValueNameLen As Long, lpcbMaxValueLen As Long, lpcbSecurityDescriptor As Long, lpftLastWriteTime As FILETIME) As Long"
  6377.         },
  6378.         {
  6379.             "ID": 1235,
  6380.             "ChunkNum": 1,
  6381.             "FullName": "Declare Function RegQueryValue Lib \"advapi32.dll\" Alias \"RegQueryValueA\" (ByVal hKey As Long, ByVal lpSubKey As String, ByVal lpValue As String, lpcbValue As Long) As Long"
  6382.         },
  6383.         {
  6384.             "ID": 1236,
  6385.             "ChunkNum": 1,
  6386.             "FullName": "Declare Function RegQueryValueEx Lib \"advapi32.dll\" Alias \"RegQueryValueExA\" (ByVal hKey As Long, ByVal lpValueName As String, ByVal lpReserved As Long, lpType As Long, lpData As Any, lpcbData As Long) As Long         "
  6387.         },
  6388.         {
  6389.             "ID": 1237,
  6390.             "ChunkNum": 1,
  6391.             "FullName": "Declare Function RegReplaceKey Lib \"advapi32.dll\" Alias \"RegReplaceKeyA\" (ByVal hKey As Long, ByVal lpSubKey As String, ByVal lpNewFile As String, ByVal lpOldFile As String) As Long"
  6392.         },
  6393.         {
  6394.             "ID": 1238,
  6395.             "ChunkNum": 1,
  6396.             "FullName": "Declare Function RegRestoreKey Lib \"advapi32.dll\" Alias \"RegRestoreKeyA\" (ByVal hKey As Long, ByVal lpFile As String, ByVal dwFlags As Long) As Long"
  6397.         },
  6398.         {
  6399.             "ID": 1239,
  6400.             "ChunkNum": 1,
  6401.             "FullName": "Declare Function RegSaveKey Lib \"advapi32.dll\" Alias \"RegSaveKeyA\" (ByVal hKey As Long, ByVal lpFile As String, lpSecurityAttributes As SECURITY_ATTRIBUTES) As Long"
  6402.         },
  6403.         {
  6404.             "ID": 1240,
  6405.             "ChunkNum": 1,
  6406.             "FullName": "Declare Function RegSetKeySecurity Lib \"advapi32.dll\" Alias \"RegSetKeySecurity\" (ByVal hKey As Long, ByVal SecurityInformation As Long, pSecurityDescriptor As SECURITY_DESCRIPTOR) As Long"
  6407.         },
  6408.         {
  6409.             "ID": 1241,
  6410.             "ChunkNum": 1,
  6411.             "FullName": "Declare Function RegSetValue Lib \"advapi32.dll\" Alias \"RegSetValueA\" (ByVal hKey As Long, ByVal lpSubKey As String, ByVal dwType As Long, ByVal lpData As String, ByVal cbData As Long) As Long"
  6412.         },
  6413.         {
  6414.             "ID": 1242,
  6415.             "ChunkNum": 1,
  6416.             "FullName": "Declare Function RegSetValueEx Lib \"advapi32.dll\" Alias \"RegSetValueExA\" (ByVal hKey As Long, ByVal lpValueName As String, ByVal Reserved As Long, ByVal dwType As Long, lpData As Any, ByVal cbData As Long) As Long         "
  6417.         },
  6418.         {
  6419.             "ID": 1243,
  6420.             "ChunkNum": 1,
  6421.             "FullName": "Declare Function RegUnLoadKey Lib \"advapi32.dll\" Alias \"RegUnLoadKeyA\" (ByVal hKey As Long, ByVal lpSubKey As String) As Long"
  6422.         },
  6423.         {
  6424.             "ID": 1244,
  6425.             "ChunkNum": 1,
  6426.             "FullName": "Declare Function InitiateSystemShutdown Lib \"advapi32.dll\" Alias \"InitiateSystemShutdownA\" (ByVal lpMachineName As String, ByVal lpMessage As String, ByVal dwTimeout As Long, ByVal bForceAppsClosed As Long, ByVal bRebootAfterShutdown As Long) As Long"
  6427.         },
  6428.         {
  6429.             "ID": 1245,
  6430.             "ChunkNum": 1,
  6431.             "FullName": "Declare Function AbortSystemShutdown Lib \"advapi32.dll\" Alias \"AbortSystemShutdownA\" (ByVal lpMachineName As String) As Long"
  6432.         },
  6433.         {
  6434.             "ID": 1246,
  6435.             "ChunkNum": 1,
  6436.             "FullName": "Declare Function ChangeServiceConfig Lib \"advapi32.dll\" Alias \"ChangeServiceConfigA\" (ByVal hService As Long, ByVal dwServiceType As Long, ByVal dwStartType As Long, ByVal dwErrorControl As Long, ByVal lpBinaryPathName As String, ByVal lpLoadOrderGroup As"
  6437.         },
  6438.         {
  6439.             "ID": 1246,
  6440.             "ChunkNum": 2,
  6441.             "FullName": " String, lpdwTagId As Long, ByVal lpDependencies As String, ByVal lpServiceStartName As String, ByVal lpPassword As String, ByVal lpDisplayName As String) As Long"
  6442.         },
  6443.         {
  6444.             "ID": 1247,
  6445.             "ChunkNum": 1,
  6446.             "FullName": "Declare Function CloseServiceHandle Lib \"advapi32.dll\" Alias \"CloseServiceHandle\" (ByVal hSCObject As Long) As Long"
  6447.         },
  6448.         {
  6449.             "ID": 1248,
  6450.             "ChunkNum": 1,
  6451.             "FullName": "Declare Function ControlService Lib \"advapi32.dll\" Alias \"ControlService\" (ByVal hService As Long, ByVal dwControl As Long, lpServiceStatus As SERVICE_STATUS) As Long"
  6452.         },
  6453.         {
  6454.             "ID": 1249,
  6455.             "ChunkNum": 1,
  6456.             "FullName": "Declare Function CreateService Lib \"advapi32.dll\" Alias \"CreateServiceA\" (ByVal hSCManager As Long, ByVal lpServiceName As String, ByVal lpDisplayName As String, ByVal dwDesiredAccess As Long, ByVal dwServiceType As Long, ByVal dwStartType As Long, ByVal "
  6457.         },
  6458.         {
  6459.             "ID": 1249,
  6460.             "ChunkNum": 2,
  6461.             "FullName": "dwErrorControl As Long, ByVal lpBinaryPathName As String, ByVal lpLoadOrderGroup As String, lpdwTagId As Long, ByVal lpDependencies As String, ByVal lp As String, ByVal lpPassword As String) As Long"
  6462.         },
  6463.         {
  6464.             "ID": 1250,
  6465.             "ChunkNum": 1,
  6466.             "FullName": "Declare Function DeleteService Lib \"advapi32.dll\" Alias \"DeleteService\" (ByVal hService As Long) As Long"
  6467.         },
  6468.         {
  6469.             "ID": 1251,
  6470.             "ChunkNum": 2,
  6471.             "FullName": " As Long"
  6472.         },
  6473.         {
  6474.             "ID": 1251,
  6475.             "ChunkNum": 1,
  6476.             "FullName": "Declare Function EnumDependentServices Lib \"advapi32.dll\" Alias \"EnumDependentServicesA\" (ByVal hService As Long, ByVal dwServiceState As Long, lpServices As ENUM_SERVICE_STATUS, ByVal cbBufSize As Long, pcbBytesNeeded As Long, lpServicesReturned As Long)"
  6477.         },
  6478.         {
  6479.             "ID": 1252,
  6480.             "ChunkNum": 1,
  6481.             "FullName": "Declare Function EnumServicesStatus Lib \"advapi32.dll\" Alias \"EnumServicesStatusA\" (ByVal hSCManager As Long, ByVal dwServiceType As Long, ByVal dwServiceState As Long, lpServices As ENUM_SERVICE_STATUS, ByVal cbBufSize As Long, pcbBytesNeeded As Long, lp"
  6482.         },
  6483.         {
  6484.             "ID": 1252,
  6485.             "ChunkNum": 2,
  6486.             "FullName": "ServicesReturned As Long, lpResumeHandle As Long) As Long"
  6487.         },
  6488.         {
  6489.             "ID": 1253,
  6490.             "ChunkNum": 1,
  6491.             "FullName": "Declare Function GetServiceKeyName Lib \"advapi32.dll\" Alias \"GetServiceKeyNameA\" (ByVal hSCManager As Long, ByVal lpDisplayName As String, ByVal lpServiceName As String, lpcchBuffer As Long) As Long"
  6492.         },
  6493.         {
  6494.             "ID": 1254,
  6495.             "ChunkNum": 1,
  6496.             "FullName": "Declare Function GetServiceDisplayName Lib \"advapi32.dll\" Alias \"GetServiceDisplayNameA\" (ByVal hSCManager As Long, ByVal lpServiceName As String, ByVal lpDisplayName As String, lpcchBuffer As Long) As Long"
  6497.         },
  6498.         {
  6499.             "ID": 1255,
  6500.             "ChunkNum": 1,
  6501.             "FullName": "Declare Function LockServiceDatabase Lib \"advapi32.dll\" Alias \"LockServiceDatabase\" (ByVal hSCManager As Long) As Long"
  6502.         },
  6503.         {
  6504.             "ID": 1256,
  6505.             "ChunkNum": 1,
  6506.             "FullName": "Declare Function NotifyBootConfigStatus Lib \"advapi32.dll\" Alias \"NotifyBootConfigStatus\" (ByVal BootAcceptable As Long) As Long"
  6507.         },
  6508.         {
  6509.             "ID": 1257,
  6510.             "ChunkNum": 1,
  6511.             "FullName": "Declare Function OpenSCManager Lib \"advapi32.dll\" Alias \"OpenSCManagerA\" (ByVal lpMachineName As String, ByVal lpDatabaseName As String, ByVal dwDesiredAccess As Long) As Long"
  6512.         },
  6513.         {
  6514.             "ID": 1258,
  6515.             "ChunkNum": 1,
  6516.             "FullName": "Declare Function OpenService Lib \"advapi32.dll\" Alias \"OpenServiceA\" (ByVal hSCManager As Long, ByVal lpServiceName As String, ByVal dwDesiredAccess As Long) As Long"
  6517.         },
  6518.         {
  6519.             "ID": 1259,
  6520.             "ChunkNum": 1,
  6521.             "FullName": "Declare Function QueryServiceConfig Lib \"advapi32.dll\" Alias \"QueryServiceConfigA\" (ByVal hService As Long, lpServiceConfig As QUERY_SERVICE_CONFIG, ByVal cbBufSize As Long, pcbBytesNeeded As Long) As Long"
  6522.         },
  6523.         {
  6524.             "ID": 1260,
  6525.             "ChunkNum": 1,
  6526.             "FullName": "Declare Function QueryServiceLockStatus Lib \"advapi32.dll\" Alias \"QueryServiceLockStatusA\" (ByVal hSCManager As Long, lpLockStatus As QUERY_SERVICE_LOCK_STATUS, ByVal cbBufSize As Long, pcbBytesNeeded As Long) As Long"
  6527.         },
  6528.         {
  6529.             "ID": 1261,
  6530.             "ChunkNum": 1,
  6531.             "FullName": "Declare Function QueryServiceObjectSecurity Lib \"advapi32.dll\" Alias \"QueryServiceObjectSecurity\" (ByVal hService As Long, ByVal dwSecurityInformation As Long, lpSecurityDescriptor As Any, ByVal cbBufSize As Long, pcbBytesNeeded As Long) As Long"
  6532.         },
  6533.         {
  6534.             "ID": 1262,
  6535.             "ChunkNum": 1,
  6536.             "FullName": "Declare Function QueryServiceStatus Lib \"advapi32.dll\" Alias \"QueryServiceStatus\" (ByVal hService As Long, lpServiceStatus As SERVICE_STATUS) As Long"
  6537.         },
  6538.         {
  6539.             "ID": 1263,
  6540.             "ChunkNum": 1,
  6541.             "FullName": "Declare Function RegisterServiceCtrlHandler Lib \"advapi32.dll\" Alias \"RegisterServiceCtrlHandlerA\" (ByVal lpServiceName As String, ByVal lpHandlerProc As Long) As Long"
  6542.         },
  6543.         {
  6544.             "ID": 1264,
  6545.             "ChunkNum": 1,
  6546.             "FullName": "Declare Function SetServiceObjectSecurity Lib \"advapi32.dll\" Alias \"SetServiceObjectSecurity\" (ByVal hService As Long, ByVal dwSecurityInformation As Long, lpSecurityDescriptor As Any) As Long"
  6547.         },
  6548.         {
  6549.             "ID": 1265,
  6550.             "ChunkNum": 1,
  6551.             "FullName": "Declare Function SetServiceStatus Lib \"advapi32.dll\" Alias \"SetServiceStatus\" (ByVal hServiceStatus As Long, lpServiceStatus As SERVICE_STATUS) As Long"
  6552.         },
  6553.         {
  6554.             "ID": 1266,
  6555.             "ChunkNum": 1,
  6556.             "FullName": "Declare Function StartServiceCtrlDispatcher Lib \"advapi32.dll\" Alias \"StartServiceCtrlDispatcherA\" (lpServiceStartTable As SERVICE_TABLE_ENTRY) As Long"
  6557.         },
  6558.         {
  6559.             "ID": 1267,
  6560.             "ChunkNum": 1,
  6561.             "FullName": "Declare Function StartService Lib \"advapi32.dll\" Alias \"StartServiceA\" (ByVal hService As Long, ByVal dwNumServiceArgs As Long, ByVal lpServiceArgVectors As Long) As Long"
  6562.         },
  6563.         {
  6564.             "ID": 1268,
  6565.             "ChunkNum": 1,
  6566.             "FullName": "Declare Function UnlockServiceDatabase Lib \"advapi32.dll\" Alias \"UnlockServiceDatabase\" (ScLock As Any) As Long"
  6567.         },
  6568.         {
  6569.             "ID": 1269,
  6570.             "ChunkNum": 1,
  6571.             "FullName": "Declare Function LZCopy Lib \"lz32.dll\" Alias \"LZCopy\" (ByVal hfSource As Long, ByVal hfDest As Long) As Long"
  6572.         },
  6573.         {
  6574.             "ID": 1270,
  6575.             "ChunkNum": 1,
  6576.             "FullName": "Declare Function LZInit Lib \"lz32.dll\" Alias \"LZInit\" (ByVal hfSrc As Long) As Long"
  6577.         },
  6578.         {
  6579.             "ID": 1271,
  6580.             "ChunkNum": 1,
  6581.             "FullName": "Declare Function GetExpandedName Lib \"lz32.dll\" Alias \"GetExpandedNameA\" (ByVal lpszSource As String, ByVal lpszBuffer As String) As Long"
  6582.         },
  6583.         {
  6584.             "ID": 1272,
  6585.             "ChunkNum": 1,
  6586.             "FullName": "Declare Function LZOpenFile Lib \"lz32.dll\" Alias \"LZOpenFileA\" (ByVal lpszFile As String, lpOf As OFSTRUCT, ByVal style As Long) As Long"
  6587.         },
  6588.         {
  6589.             "ID": 1273,
  6590.             "ChunkNum": 1,
  6591.             "FullName": "Declare Function LZSeek Lib \"lz32.dll\" Alias \"LZSeek\" (ByVal hfFile As Long, ByVal lOffset As Long, ByVal nOrigin As Long) As Long"
  6592.         },
  6593.         {
  6594.             "ID": 1274,
  6595.             "ChunkNum": 1,
  6596.             "FullName": "Declare Function LZRead Lib \"lz32.dll\" Alias \"LZRead\" (ByVal hfFile As Long, ByVal lpvBuf As String, ByVal cbread As Long) As Long"
  6597.         },
  6598.         {
  6599.             "ID": 1275,
  6600.             "ChunkNum": 1,
  6601.             "FullName": "Declare Sub LZClose Lib \"lz32.dll\" Alias \"LZClose\" (ByVal hfFile As Long)"
  6602.         },
  6603.         {
  6604.             "ID": 1276,
  6605.             "ChunkNum": 1,
  6606.             "FullName": "Declare Function ImmInstallIME Lib \"imm32.dll\" Alias \"ImmInstallIMEA\" (ByVal lpszIMEFileName As String, ByVal lpszLayoutText As String) As Long"
  6607.         },
  6608.         {
  6609.             "ID": 1277,
  6610.             "ChunkNum": 1,
  6611.             "FullName": "Declare Function ImmGetDefaultIMEWnd Lib \"imm32.dll\" Alias \"ImmGetDefaultIMEWnd\" (ByVal hwnd As Long) As Long"
  6612.         },
  6613.         {
  6614.             "ID": 1278,
  6615.             "ChunkNum": 1,
  6616.             "FullName": "Declare Function ImmGetDescription Lib \"imm32.dll\" Alias \"ImmGetDescriptionA\" (ByVal hkl As Long, ByVal lpsz As String, ByVal uBufLen As Long) As Long"
  6617.         },
  6618.         {
  6619.             "ID": 1279,
  6620.             "ChunkNum": 1,
  6621.             "FullName": "Declare Function ImmGetIMEFileName Lib \"imm32.dll\" Alias \"ImmGetIMEFileNameA\" (ByVal hkl As Long, ByVal lpStr As String, ByVal uBufLen As Long) As Long"
  6622.         },
  6623.         {
  6624.             "ID": 1280,
  6625.             "ChunkNum": 1,
  6626.             "FullName": "Declare Function ImmGetProperty Lib \"imm32.dll\" Alias \"ImmGetProperty\" (ByVal hkl As Long, ByVal dw As Long) As Long"
  6627.         },
  6628.         {
  6629.             "ID": 1281,
  6630.             "ChunkNum": 1,
  6631.             "FullName": "Declare Function ImmIsIME Lib \"imm32.dll\" Alias \"ImmIsIME\" (ByVal hkl As Long) As Long"
  6632.         },
  6633.         {
  6634.             "ID": 1282,
  6635.             "ChunkNum": 1,
  6636.             "FullName": "Declare Function ImmSimulateHotKey Lib \"imm32.dll\" Alias \"ImmSimulateHotKey\" (ByVal hwnd As Long, ByVal dw As Long) As Long"
  6637.         },
  6638.         {
  6639.             "ID": 1283,
  6640.             "ChunkNum": 1,
  6641.             "FullName": "Declare Function ImmCreateContext Lib \"imm32.dll\" Alias \"ImmCreateContext\" () As Long"
  6642.         },
  6643.         {
  6644.             "ID": 1284,
  6645.             "ChunkNum": 1,
  6646.             "FullName": "Declare Function ImmDestroyContext Lib \"imm32.dll\" Alias \"ImmDestroyContext\" (ByVal himc As Long) As Long"
  6647.         },
  6648.         {
  6649.             "ID": 1285,
  6650.             "ChunkNum": 1,
  6651.             "FullName": "Declare Function ImmGetContext Lib \"imm32.dll\" Alias \"ImmGetContext\" (ByVal hwnd As Long) As Long"
  6652.         },
  6653.         {
  6654.             "ID": 1286,
  6655.             "ChunkNum": 1,
  6656.             "FullName": "Declare Function ImmReleaseContext Lib \"imm32.dll\" Alias \"ImmReleaseContext\" (ByVal hwnd As Long, ByVal himc As Long) As Long"
  6657.         },
  6658.         {
  6659.             "ID": 1287,
  6660.             "ChunkNum": 1,
  6661.             "FullName": "Declare Function ImmAssociateContext Lib \"imm32.dll\" Alias \"ImmAssociateContext\" (ByVal hwnd As Long, ByVal himc As Long) As Long"
  6662.         },
  6663.         {
  6664.             "ID": 1288,
  6665.             "ChunkNum": 1,
  6666.             "FullName": "Declare Function ImmGetCompositionString Lib \"imm32.dll\" Alias \"ImmGetCompositionStringA\" (ByVal himc As Long, ByVal dw As Long, lpv As Any, ByVal dw2 As Long) As Long"
  6667.         },
  6668.         {
  6669.             "ID": 1289,
  6670.             "ChunkNum": 1,
  6671.             "FullName": "Declare Function ImmSetCompositionString Lib \"imm32.dll\" Alias \"ImmSetCompositionStringA\" (ByVal himc As Long, ByVal dwIndex As Long, lpComp As Any, ByVal dw As Long, lpRead As Any, ByVal dw2 As Long) As Long"
  6672.         },
  6673.         {
  6674.             "ID": 1290,
  6675.             "ChunkNum": 1,
  6676.             "FullName": "Declare Function ImmGetCandidateListCount Lib \"imm32.dll\" Alias \"ImmGetCandidateListCountA\" (ByVal himc As Long, lpdwListCount As Long) As Long"
  6677.         },
  6678.         {
  6679.             "ID": 1291,
  6680.             "ChunkNum": 1,
  6681.             "FullName": "Declare Function ImmGetCandidateList Lib \"imm32.dll\" Alias \"ImmGetCandidateListA\" (ByVal himc As Long, ByVal deIndex As Long, lpCandidateList As CANDIDATELIST, ByVal dwBufLen As Long) As Long"
  6682.         },
  6683.         {
  6684.             "ID": 1292,
  6685.             "ChunkNum": 1,
  6686.             "FullName": "Declare Function ImmGetGuideLine Lib \"imm32.dll\" Alias \" ImmGetGuideLineA\" (ByVal himc As Long, ByVal dwIndex As Long, ByVal lpStr As String, ByVal dwBufLen As Long) As Long"
  6687.         },
  6688.         {
  6689.             "ID": 1293,
  6690.             "ChunkNum": 1,
  6691.             "FullName": "Declare Function ImmGetConversionStatus Lib \"imm32.dll\" Alias \"ImmGetConversionStatus\" (ByVal himc As Long, lpdw As Long, lpdw2 As Long) As Long"
  6692.         },
  6693.         {
  6694.             "ID": 1294,
  6695.             "ChunkNum": 1,
  6696.             "FullName": "Declare Function ImmSetConversionStatus Lib \"imm32.dll\" Alias \"ImmSetConversionStatus\" (ByVal himc As Long, ByVal dw1 As Long, ByVal dw2 As Long) As Long"
  6697.         },
  6698.         {
  6699.             "ID": 1295,
  6700.             "ChunkNum": 1,
  6701.             "FullName": "Declare Function ImmGetOpenStatus Lib \"imm32.dll\" Alias \"ImmGetOpenStatus\" (ByVal himc As Long) As Long"
  6702.         },
  6703.         {
  6704.             "ID": 1296,
  6705.             "ChunkNum": 1,
  6706.             "FullName": "Declare Function ImmSetOpenStatus Lib \"imm32.dll\" Alias \"ImmSetOpenStatus\" (ByVal himc As Long, ByVal b As Long) As Long"
  6707.         },
  6708.         {
  6709.             "ID": 1297,
  6710.             "ChunkNum": 1,
  6711.             "FullName": "Declare Function ImmGetCompositionFont Lib \"imm32.dll\" Alias \"ImmGetCompositionFontA\" (ByVal himc As Long, lpLogFont As LOGFONT) As Long"
  6712.         },
  6713.         {
  6714.             "ID": 1298,
  6715.             "ChunkNum": 1,
  6716.             "FullName": "Declare Function ImmSetCompositionFont Lib \"imm32.dll\" Alias \"ImmSetCompositionFontA\" (ByVal himc As Long, lpLogFont As LOGFONT) As Long"
  6717.         },
  6718.         {
  6719.             "ID": 1299,
  6720.             "ChunkNum": 1,
  6721.             "FullName": "Declare Function ImmConfigureIME Lib \"imm32.dll\" Alias \"ImmConfigureIME\" (ByVal hkl As Long, ByVal hwnd As Long, ByVal dw As Long) As Long"
  6722.         },
  6723.         {
  6724.             "ID": 1300,
  6725.             "ChunkNum": 1,
  6726.             "FullName": "Declare Function ImmEscape Lib \"imm32.dll\" Alias \"ImmEscapeA\" (ByVal hkl As Long, ByVal himc As Long, ByVal un As Long, lpv As Any) As Long"
  6727.         },
  6728.         {
  6729.             "ID": 1301,
  6730.             "ChunkNum": 1,
  6731.             "FullName": "Declare Function ImmGetConversionList Lib \"imm32.dll\" Alias \"ImmGetConversionListA\" (ByVal hkl As Long, ByVal himc As Long, ByVal lpsz As String, lpCandidateList As CANDIDATELIST, ByVal dwBufLen As Long, ByVal uFlag As Long) As Long"
  6732.         },
  6733.         {
  6734.             "ID": 1302,
  6735.             "ChunkNum": 1,
  6736.             "FullName": "Declare Function ImmNotifyIME Lib \"imm32.dll\" Alias \"ImmNotifyIME\" (ByVal himc As Long, ByVal dwAction As Long, ByVal dwIndex As Long, ByVal dwValue As Long) As Long"
  6737.         },
  6738.         {
  6739.             "ID": 1303,
  6740.             "ChunkNum": 1,
  6741.             "FullName": "Declare Function ImmGetStatusWindowPos Lib \"imm32.dll\" Alias \"ImmGetStatusWindowPos\" (ByVal himc As Long, lpPoint As POINTAPI) As Long"
  6742.         },
  6743.         {
  6744.             "ID": 1304,
  6745.             "ChunkNum": 1,
  6746.             "FullName": "Declare Function ImmSetStatusWindowPos Lib \"imm32.dll\" Alias \"ImmSetStatusWindowPos\" (ByVal himc As Long, lpPoint As POINTAPI) As Long"
  6747.         },
  6748.         {
  6749.             "ID": 1305,
  6750.             "ChunkNum": 1,
  6751.             "FullName": "Declare Function ImmGetCompositionWindow Lib \"imm32.dll\" Alias \"ImmGetCompositionWindow\" (ByVal himc As Long, lpCompositionForm As COMPOSITIONFORM) As Long"
  6752.         },
  6753.         {
  6754.             "ID": 1306,
  6755.             "ChunkNum": 1,
  6756.             "FullName": "Declare Function ImmSetCompositionWindow Lib \"imm32.dll\" Alias \"ImmSetCompositionWindow\" (ByVal himc As Long, lpCompositionForm As COMPOSITIONFORM) As Long"
  6757.         },
  6758.         {
  6759.             "ID": 1307,
  6760.             "ChunkNum": 1,
  6761.             "FullName": "Declare Function ImmGetCandidateWindow Lib \"imm32.dll\" Alias \"ImmGetCandidateWindow\" (ByVal himc As Long, ByVal dw As Long, lpCandidateForm As CANDIDATEFORM) As Long"
  6762.         },
  6763.         {
  6764.             "ID": 1308,
  6765.             "ChunkNum": 1,
  6766.             "FullName": "Declare Function ImmSetCandidateWindow Lib \"imm32.dll\" Alias \"ImmSetCandidateWindow\" (ByVal himc As Long, lpCandidateForm As CANDIDATEFORM) As Long"
  6767.         },
  6768.         {
  6769.             "ID": 1309,
  6770.             "ChunkNum": 1,
  6771.             "FullName": "Declare Function ImmIsUIMessage Lib \"imm32.dll\" Alias \"ImmIsUIMessageA\" (ByVal hwnd As Long, ByVal un As Long, ByVal wParam As Long, ByVal lParam As Long) As Long"
  6772.         },
  6773.         {
  6774.             "ID": 1310,
  6775.             "ChunkNum": 1,
  6776.             "FullName": "Declare Function ImmGetVirtualKey Lib \"imm32.dll\" Alias \"ImmGetVirtualKey\" (ByVal hwnd As Long) As Long"
  6777.         },
  6778.         {
  6779.             "ID": 1311,
  6780.             "ChunkNum": 1,
  6781.             "FullName": "Declare Function ImmRegisterWord Lib \"imm32.dll\" Alias \"ImmRegisterWordA\" (ByVal hkl As Long, ByVal lpszReading As String, ByVal dw As Long, ByVal lpszRegister As String) As Long"
  6782.         },
  6783.         {
  6784.             "ID": 1312,
  6785.             "ChunkNum": 1,
  6786.             "FullName": "Declare Function ImmUnregisterWord Lib \"imm32.dll\" Alias \"ImmUnregisterWordA\" (ByVal hkl As Long, ByVal lpszReading As String, ByVal dw As Long, ByVal lpszUnregister As String) As Long"
  6787.         },
  6788.         {
  6789.             "ID": 1313,
  6790.             "ChunkNum": 1,
  6791.             "FullName": "Declare Function ImmGetRegisterWordStyle Lib \"imm32.dll\" Alias \" ImmGetRegisterWordStyleA\" (ByVal hkl As Long, ByVal nItem As Long, lpStyleBuf As STYLEBUF) As Long"
  6792.         },
  6793.         {
  6794.             "ID": 1314,
  6795.             "ChunkNum": 1,
  6796.             "FullName": "Declare Function ImmEnumRegisterWord Lib \"imm32.dll\" Alias \"ImmEnumRegisterWordA\" (ByVal hkl As Long, ByVal RegisterWordEnumProc As Long, ByVal lpszReading As String, ByVal dw As Long, ByVal lpszRegister As String, lpv As Any) As Long"
  6797.         },
  6798.         {
  6799.             "ID": 1315,
  6800.             "ChunkNum": 1,
  6801.             "FullName": "Declare Function DragQueryFile Lib \"shell32.dll\" Alias \"DragQueryFileA\" (ByVal HDROP As Long, ByVal UINT As Long, ByVal lpStr As String, ByVal ch As Long) As Long"
  6802.         },
  6803.         {
  6804.             "ID": 1316,
  6805.             "ChunkNum": 1,
  6806.             "FullName": "Declare Function DragQueryPoint Lib \"shell32.dll\" Alias \"DragQueryPoint\" (ByVal HDROP As Long, lpPoint As POINTAPI) As Long"
  6807.         },
  6808.         {
  6809.             "ID": 1317,
  6810.             "ChunkNum": 1,
  6811.             "FullName": "Declare Sub DragFinish Lib \"shell32.dll\" Alias \"DragFinish\" (ByVal hDrop As Long)"
  6812.         },
  6813.         {
  6814.             "ID": 1318,
  6815.             "ChunkNum": 1,
  6816.             "FullName": "Declare Sub DragAcceptFiles Lib \"shell32.dll\" Alias \"DragAcceptFiles\" (ByVal hwnd As Long, ByVal fAccept As Long)"
  6817.         },
  6818.         {
  6819.             "ID": 1319,
  6820.             "ChunkNum": 1,
  6821.             "FullName": "Declare Function ShellExecute Lib \"shell32.dll\" Alias \"ShellExecuteA\" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long"
  6822.         },
  6823.         {
  6824.             "ID": 1320,
  6825.             "ChunkNum": 1,
  6826.             "FullName": "Declare Function FindExecutable Lib \"shell32.dll\" Alias \"FindExecutableA\" (ByVal lpFile As String, ByVal lpDirectory As String, ByVal lpResult As String) As Long"
  6827.         },
  6828.         {
  6829.             "ID": 1321,
  6830.             "ChunkNum": 1,
  6831.             "FullName": "Declare Function ShellAbout Lib \"shell32.dll\" Alias \"ShellAboutA\" (ByVal hwnd As Long, ByVal szApp As String, ByVal szOtherStuff As String, ByVal hIcon As Long) As Long"
  6832.         },
  6833.         {
  6834.             "ID": 1322,
  6835.             "ChunkNum": 1,
  6836.             "FullName": "Declare Function DuplicateIcon Lib \"shell32.dll\" Alias \"DuplicateIcon\" (ByVal hInst As Long, ByVal hIcon As Long) As Long"
  6837.         },
  6838.         {
  6839.             "ID": 1323,
  6840.             "ChunkNum": 1,
  6841.             "FullName": "Declare Function ExtractAssociatedIcon Lib \"shell32.dll\" Alias \"ExtractAssociateIconA\" (ByVal hInst As Long, ByVal lpIconPath As String, lpiIcon As Long) As Long"
  6842.         },
  6843.         {
  6844.             "ID": 1324,
  6845.             "ChunkNum": 1,
  6846.             "FullName": "Declare Function ExtractIcon Lib \"shell32.dll\" Alias \"ExtractIconA\" (ByVal hInst As Long, ByVal lpszExeFileName As String, ByVal nIconIndex As Long) As Long"
  6847.         },
  6848.         {
  6849.             "ID": 1325,
  6850.             "ChunkNum": 1,
  6851.             "FullName": "Declare Function SHAppBarMessage Lib \"shell32.dll\" Alias \"SHAppBarMessage\" (ByVal dwMessage As Long, pData As APPBARDATA) As Long"
  6852.         },
  6853.         {
  6854.             "ID": 1326,
  6855.             "ChunkNum": 1,
  6856.             "FullName": "Declare Function DoEnvironmentSubst Lib \"shell32.dll\" Alias \"DoEnvironmentSubstA\" (ByVal szString As String, ByVal cbString As Long) As Long"
  6857.         },
  6858.         {
  6859.             "ID": 1327,
  6860.             "ChunkNum": 1,
  6861.             "FullName": "Declare Function FindEnvironmentString Lib \"shell32.dll\" Alias \"FindEnvironmentStringA\" (ByVal szEnvVar As String) As String"
  6862.         },
  6863.         {
  6864.             "ID": 1328,
  6865.             "ChunkNum": 1,
  6866.             "FullName": "Declare Function ExtractIconEx Lib \"shell32.dll\" Alias \"ExtractIconExA\" (ByVal lpszFile As String, ByVal nIconIndex As Long, phiconLarge As Long, phiconSmall As Long, ByVal nIcons As Long) As Long"
  6867.         },
  6868.         {
  6869.             "ID": 1329,
  6870.             "ChunkNum": 1,
  6871.             "FullName": "Declare Function SHFileOperation Lib \"shell32.dll\" Alias \" SHFileOperationA\" (lpFileOp As SHFILEOPSTRUCT) As Long"
  6872.         },
  6873.         {
  6874.             "ID": 1330,
  6875.             "ChunkNum": 1,
  6876.             "FullName": "Declare Sub SHFreeNameMappings Lib \"shell32.dll\" Alias \"SHFreeNameMappings\" (ByVal hNameMappings As Long)"
  6877.         },
  6878.         {
  6879.             "ID": 1331,
  6880.             "ChunkNum": 1,
  6881.             "FullName": "Declare Sub WinExecError Lib \"shell32.dll\" Alias \"WinExecErrorA\" (ByVal hwnd As Long, ByVal error As Long, ByVal lpstrFileName As String, ByVal lpstrTitle As String)"
  6882.         },
  6883.         {
  6884.             "ID": 1332,
  6885.             "ChunkNum": 1,
  6886.             "FullName": "Declare Function Shell_NotifyIcon Lib \"shell32.dll\" Alias \" Shell_NotifyIconA\" (ByVal dwMessage As Long, lpData As NOTIFYICONDATA) As Long"
  6887.         },
  6888.         {
  6889.             "ID": 1333,
  6890.             "ChunkNum": 1,
  6891.             "FullName": "Declare Function SHGetFileInfo Lib \"shell32.dll\" Alias \" SHGetFileInfoA\" (ByVal pszPath As String, ByVal dwFileAttributes As Long, psfi As SHFILEINFO, ByVal cbFileInfo As Long, ByVal uFlags As Long) As Long"
  6892.         },
  6893.         {
  6894.             "ID": 1334,
  6895.             "ChunkNum": 1,
  6896.             "FullName": "Declare Function SHGetNewLinkInfo Lib \"shell32.dll\" Alias \"SHGetNewLinkInfoA\" (ByVal pszLinkto As String, ByVal pszDir As String, ByVal pszName As String, pfMustCopy As Long, ByVal uFlags As Long) As Long"
  6897.         },
  6898.         {
  6899.             "ID": 1335,
  6900.             "ChunkNum": 1,
  6901.             "FullName": "Declare Function VerFindFile Lib \"version.dll\" Alias \"VerFindFileA\" (ByVal uFlags As Long, ByVal szFileName As String, ByVal szWinDir As String, ByVal szAppDir As String, ByVal szCurDir As String, lpuCurDirLen As Long, ByVal szDestDir As String, lpuDestDi"
  6902.         },
  6903.         {
  6904.             "ID": 1335,
  6905.             "ChunkNum": 2,
  6906.             "FullName": "rLen As Long) As Long"
  6907.         },
  6908.         {
  6909.             "ID": 1336,
  6910.             "ChunkNum": 1,
  6911.             "FullName": "Declare Function VerInstallFile Lib \"version.dll\" Alias \" VerInstallFileA\" (ByVal uFlags As Long, ByVal szSrcFileName As String, ByVal szDestFileName As String, ByVal szSrcDir As String, ByVal szDestDir As String, ByVal szCurDir As String, ByVal szTmpFile"
  6912.         },
  6913.         {
  6914.             "ID": 1336,
  6915.             "ChunkNum": 2,
  6916.             "FullName": " As String, lpuTmpFileLen As Long) As Long"
  6917.         },
  6918.         {
  6919.             "ID": 1337,
  6920.             "ChunkNum": 1,
  6921.             "FullName": "Declare Function GetFileVersionInfoSize Lib \"version.dll\" Alias \"GetFileVersionInfoSizeA\" (ByVal lptstrFilename As String, lpdwHandle As Long) As Long"
  6922.         },
  6923.         {
  6924.             "ID": 1338,
  6925.             "ChunkNum": 1,
  6926.             "FullName": "Declare Function GetFileVersionInfo Lib \"version.dll\"  Alias \"GetFileVersionInfoA\" (ByVal lptstrFilename As String, ByVal dwHandle As Long, ByVal dwLen As Long, lpData As Any) As Long"
  6927.         },
  6928.         {
  6929.             "ID": 1339,
  6930.             "ChunkNum": 1,
  6931.             "FullName": "Declare Function VerLanguageName Lib \"kernel32\" Alias \"VerLanguageNameA\" (ByVal wLang As Long, ByVal szLang As String, ByVal nSize As Long) As Long"
  6932.         },
  6933.         {
  6934.             "ID": 1340,
  6935.             "ChunkNum": 1,
  6936.             "FullName": "Declare Function VerQueryValue Lib \"version.dll\" Alias \"VerQueryValue\" (pBlock As Any, ByVal lpSubBlock As String, ByVal lplpBuffer As Long, puLen As Long) As Long"
  6937.         },
  6938.         {
  6939.             "ID": 1341,
  6940.             "ChunkNum": 1,
  6941.             "FullName": "Declare Function HeapValidate Lib \"kernel32\" Alias \"HeapValidate\" (ByVal hHeap As Long, ByVal dwFlags As Long, lpMem As Any) As Long"
  6942.         },
  6943.         {
  6944.             "ID": 1342,
  6945.             "ChunkNum": 1,
  6946.             "FullName": "Declare Function HeapCompact Lib \"kernel32\" Alias \"HeapCompact\" (ByVal hHeap As Long, ByVal dwFlags As Long) As Long"
  6947.         },
  6948.         {
  6949.             "ID": 1343,
  6950.             "ChunkNum": 1,
  6951.             "FullName": "Declare Function HeapLock Lib \"kernel32\" Alias \"HeapLock\" (ByVal hHeap As Long) As Long"
  6952.         },
  6953.         {
  6954.             "ID": 1344,
  6955.             "ChunkNum": 1,
  6956.             "FullName": "Declare Function HeapUnlock Lib \"kernel32\" Alias \"HeapUnlock\" (ByVal hHeap As Long) As Long"
  6957.         },
  6958.         {
  6959.             "ID": 1345,
  6960.             "ChunkNum": 1,
  6961.             "FullName": "Declare Function GetBinaryType Lib \"kernel32\" Alias \"GetBinaryTypeA\" (ByVal lpApplicationName As String, lpBinaryType As Long) As Long"
  6962.         },
  6963.         {
  6964.             "ID": 1346,
  6965.             "ChunkNum": 1,
  6966.             "FullName": "Declare Function GetShortPathName Lib \"kernel32\" Alias \"GetShortPathName\" (ByVal lpszLongPath As String, ByVal lpszShortPath As String, ByVal cchBuffer As Long) As Long"
  6967.         },
  6968.         {
  6969.             "ID": 1347,
  6970.             "ChunkNum": 1,
  6971.             "FullName": "Declare Function GetProcessAffinityMask Lib \"kernel32\" Alias \"GetProcessAffinityMask\" (ByVal hProcess As Long, lpProcessAffinityMask As Long, SystemAffinityMask As Long) As Long"
  6972.         },
  6973.         {
  6974.             "ID": 1348,
  6975.             "ChunkNum": 1,
  6976.             "FullName": "Declare Function LogonUser Lib \"kernel32\" Alias \" LogonUserA\" (ByVal lpszUsername As String, ByVal lpszDomain As String, ByVal lpszPassword As String, ByVal dwLogonType As Long, ByVal dwLogonProvider As Long, phToken As Long) As Long"
  6977.         },
  6978.         {
  6979.             "ID": 1349,
  6980.             "ChunkNum": 1,
  6981.             "FullName": "Declare Function ImpersonateLoggedOnUser Lib \"kernel32\" Alias \"ImpersonateLoggedOnUser\" (ByVal hToken As Long) As Long"
  6982.         },
  6983.         {
  6984.             "ID": 1350,
  6985.             "ChunkNum": 1,
  6986.             "FullName": "Declare Function CreateProcessAsUser Lib \"kernel32\" Alias \"CreateProcessAsUserA\" (ByVal hToken As Long, ByVal lpApplicationName As String, ByVal lpCommandLine As String, ByVal lpProcessAttributes As SECURITY_ATTRIBUTES, ByVal lpThreadAttributes As SECURIT"
  6987.         },
  6988.         {
  6989.             "ID": 1350,
  6990.             "ChunkNum": 2,
  6991.             "FullName": "Y_ATTRIBUTES, ByVal bInheritHandles As Long, ByVal dwCreationFlags As Long, ByVal lpEnvironment As String, ByVal lpCurrentDirectory As String, ByVal lpStartupInfo As STARTUPINFO, ByVal lpProcessInformation As PROCESS_INFORMATION) As Long"
  6992.         },
  6993.         {
  6994.             "ID": 1351,
  6995.             "ChunkNum": 1,
  6996.             "FullName": "Declare Function GetVersionEx Lib \"kernel32\" Alias \"GetVersionExA\" (ByVal lpVersionInformation As OSVERSIONINFO) As Long"
  6997.         },
  6998.         {
  6999.             "ID": 1352,
  7000.             "ChunkNum": 1,
  7001.             "FullName": "Declare Function GetSystemPowerStatus Lib \"kernel32\" Alias \"GetSystemPowerStatus\" (lpSystemPowerStatus As SYSTEM_POWER_STATUS) As Long"
  7002.         },
  7003.         {
  7004.             "ID": 1353,
  7005.             "ChunkNum": 1,
  7006.             "FullName": "Declare Function SetSystemPowerState Lib \"kernel32\" Alias \"SetSystemPowerState\" (ByVal fSuspend As Long, ByVal fForce As Long) As Long"
  7007.         },
  7008.         {
  7009.             "ID": 1354,
  7010.             "ChunkNum": 1,
  7011.             "FullName": "Declare Function GetOpenFileName Lib \"comdlg32.dll\" Alias \"GetOpenFileNameA\" (pOpenfilename As OPENFILENAME) As Long"
  7012.         },
  7013.         {
  7014.             "ID": 1355,
  7015.             "ChunkNum": 1,
  7016.             "FullName": "Declare Function GetSaveFileName Lib \"comdlg32.dll\" Alias \"GetSaveFileNameA\" (pOpenfilename As OPENFILENAME) As Long"
  7017.         },
  7018.         {
  7019.             "ID": 1356,
  7020.             "ChunkNum": 1,
  7021.             "FullName": "Declare Function GetFileTitle Lib \"comdlg32.dll\" Alias \"GetFileTitleA\" (ByVal lpszFile As String, ByVal lpszTitle As String, ByVal cbBuf As Integer) As Integer"
  7022.         },
  7023.         {
  7024.             "ID": 1357,
  7025.             "ChunkNum": 1,
  7026.             "FullName": "Declare Function ChooseColor Lib \"comdlg32.dll\" Alias \"ChooseColorA\" (pChoosecolor As CHOOSECOLOR) As Long"
  7027.         },
  7028.         {
  7029.             "ID": 1358,
  7030.             "ChunkNum": 1,
  7031.             "FullName": "Declare Function FindText Lib \"comdlg32.dll\" Alias \"FindTextA \" (pFindreplace As FINDREPLACE) As Long"
  7032.         },
  7033.         {
  7034.             "ID": 1359,
  7035.             "ChunkNum": 1,
  7036.             "FullName": "Declare Function ReplaceText Lib \"comdlg32.dll\" Alias \"ReplaceTextA\" (pFindreplace As FINDREPLACE) As Long"
  7037.         },
  7038.         {
  7039.             "ID": 1360,
  7040.             "ChunkNum": 1,
  7041.             "FullName": "Declare Function ChooseFont Lib \"comdlg32.dll\" Alias \"ChooseFontA\" (pChoosefont As CHOOSEFONT) As Long"
  7042.         },
  7043.         {
  7044.             "ID": 1361,
  7045.             "ChunkNum": 1,
  7046.             "FullName": "Declare Function PrintDlg Lib \"comdlg32.dll\" Alias \"PrintDlgA\" (pPrintdlg As PRINTDLG) As Long"
  7047.         },
  7048.         {
  7049.             "ID": 1362,
  7050.             "ChunkNum": 1,
  7051.             "FullName": "Declare Function CommDlgExtendedError Lib \"comdlg32.dll\" Alias \"CommDlgExtendedError\" () As Long"
  7052.         },
  7053.         {
  7054.             "ID": 1363,
  7055.             "ChunkNum": 1,
  7056.             "FullName": "Declare Function PageSetupDlg Lib \"comdlg32.dll\" Alias \"PageSetupDlgA\" (pPagesetupdlg As PAGESETUPDLG) As Long"
  7057.         },
  7058.         {
  7059.             "ID": 1364,
  7060.             "ChunkNum": 1,
  7061.             "FullName": "Declare Function DdeInitialize Lib \"user32\" Alias \"DdeInitializeA\" (pidInst As Long, ByVal pfnCallback As Long, ByVal afCmd As Long, ByVal ulRes As Long) As Integer"
  7062.         },
  7063.         {
  7064.             "ID": 1365,
  7065.             "ChunkNum": 1,
  7066.             "FullName": "Declare Function SetServiceBits Lib \"advapi32\" Alias \"SetServiceBits\" (ByVal hServiceStatus As Long, ByVal dwServiceBits As Long, ByVal bSetBitsOn As Boolean, ByVal bUpdateImmediately As Boolean) As Boolean"
  7067.         },
  7068.         {
  7069.             "ID": 1366,
  7070.             "ChunkNum": 1,
  7071.             "FullName": "Declare Function CopyLZFile Lib \"lz32\" Alias \"CopyLZFile\" (ByVal n1 As Long, ByVal n2 As Long) As Long"
  7072.         },
  7073.         {
  7074.             "ID": 1367,
  7075.             "ChunkNum": 1,
  7076.             "FullName": "Declare Function LZStart Lib \"lz32\" Alias \"LZStart\" () As Long"
  7077.         },
  7078.         {
  7079.             "ID": 1368,
  7080.             "ChunkNum": 1,
  7081.             "FullName": "Declare Sub LZDone Lib \"lz32\" Alias \"LZDone\" ()"
  7082.         },
  7083.         {
  7084.             "ID": 1369,
  7085.             "ChunkNum": 1,
  7086.             "FullName": "Declare Function mciGetYieldProc Lib \"winmm\" Alias \"mciGetYieldProc\" (ByVal mciId As Long, pdwYieldData As Long) As Long"
  7087.         },
  7088.         {
  7089.             "ID": 1370,
  7090.             "ChunkNum": 1,
  7091.             "FullName": "Declare Function mciSetYieldProc Lib \"winmm\" Alias \"mciSetYieldProc\" (ByVal mciId As Long, ByVal fpYieldProc As Long, ByVal dwYieldData As Long) As Boolean"
  7092.         },
  7093.         {
  7094.             "ID": 1371,
  7095.             "ChunkNum": 1,
  7096.             "FullName": "Declare Function midiOutGetNumDevs Lib \"winmm\" Alias \"midiOutGetNumDevs\" () As Integer"
  7097.         },
  7098.         {
  7099.             "ID": 1372,
  7100.             "ChunkNum": 1,
  7101.             "FullName": "Declare Function mmioInstallIOProcA Lib \"winmm\" Alias \"mmioInstallIOProcA\" (ByVal fccIOProc As String * 4, ByVal pIOProc As Long, ByVal dwFlags As Long) As Long"
  7102.         },
  7103.         {
  7104.             "ID": 1373,
  7105.             "ChunkNum": 1,
  7106.             "FullName": "Declare Function CommandLineToArgv Lib \"shell32\" Alias \"CommandLineToArgvW\" (ByVal lpCmdLine As String, pNumArgs As Integer) As Long"
  7107.         },
  7108.         {
  7109.             "ID": 1374,
  7110.             "ChunkNum": 1,
  7111.             "FullName": "Declare Function IsTextUnicode Lib \"advapi32\" Alias \"IsTextUnicode\" (lpBuffer As Any, ByVal cb As Long, lpi As Long) As Boolean"
  7112.         },
  7113.         {
  7114.             "ID": 1375,
  7115.             "ChunkNum": 1,
  7116.             "FullName": "Declare Function NotifyChangeEventLog Lib \"advapi32\" Alias \"NotifyChangeEventLog\" (ByVal hEventLog As Long, ByVal hEvent As Long) As Boolean"
  7117.         },
  7118.         {
  7119.             "ID": 1376,
  7120.             "ChunkNum": 1,
  7121.             "FullName": "Declare Function ObjectOpenAuditAlarm Lib \"advapi32\" Alias \"ObjectOpenAuditAlarmA\" (ByVal SubsystemName As String, HandleId As Any, ByVal ObjectTypeName As String, ByVal ObjectName As String, pSecurityDescriptor As SECURITY_DESCRIPTOR, ByVal ClientToken A"
  7122.         },
  7123.         {
  7124.             "ID": 1376,
  7125.             "ChunkNum": 2,
  7126.             "FullName": "s Long, ByVal DesiredAccess As Long, ByVal GrantedAccess As Long, Privileges As PRIVILEGE_SET, ByVal ObjectCreation As Boolean, ByVal AccessGranted As Boolean, GenerateOnClose As Boolean) As Boolean"
  7127.         },
  7128.         {
  7129.             "ID": 1377,
  7130.             "ChunkNum": 1,
  7131.             "FullName": "Declare Function SetThreadToken Lib \"advapi32\" Alias \"SetThreadToken\" (Thread As Long, ByVal Token As Long) As Boolean"
  7132.         },
  7133.         {
  7134.             "ID": 1378,
  7135.             "ChunkNum": 1,
  7136.             "FullName": "Declare Function CommConfigDialog Lib \"kernel32\" Alias \"CommConfigDialogA\" (ByVal lpszName As String, ByVal hWnd As Long, lpCC As COMMCONFIG) As Boolean"
  7137.         },
  7138.         {
  7139.             "ID": 1379,
  7140.             "ChunkNum": 1,
  7141.             "FullName": "Declare Function CreateIoCompletionPort Lib \"kernel32\" Alias \"CreateIoCompletionPort\" (ByVal FileHandle As Long, ByVal ExistingCompletionPort As Long, ByVal CompletionKey As Long, ByVal NumberOfConcurrentThreads As Long) As Long"
  7142.         },
  7143.         {
  7144.             "ID": 1380,
  7145.             "ChunkNum": 1,
  7146.             "FullName": "Declare Function DisableThreadLibraryCalls Lib \"kernel32\" Alias \"DisableThreadLibraryCalls\" (ByVal hLibModule As Long) As Boolean"
  7147.         },
  7148.         {
  7149.             "ID": 1381,
  7150.             "ChunkNum": 1,
  7151.             "FullName": "Declare Function EnumResourceLanguages Lib \"kernel32\" Alias \"EnumResourceLanguagesA\" (ByVal hModule As Long, ByVal lpType As String, ByVal lpName As String, ByVal lpEnumFunc As Long, ByVal lParam As Long) As Boolean"
  7152.         },
  7153.         {
  7154.             "ID": 1382,
  7155.             "ChunkNum": 1,
  7156.             "FullName": "Declare Function EnumResourceNames Lib \"kernel32\" Alias \"EnumResourceNamesA\" (ByVal hModule As Long, ByVal lpType As String, ByVal lpEnumFunc As Long, ByVal lParam As Long) As Boolean"
  7157.         },
  7158.         {
  7159.             "ID": 1383,
  7160.             "ChunkNum": 1,
  7161.             "FullName": "Declare Function EnumResourceTypes Lib \"kernel32\" Alias \"EnumResourceTypesA\" (ByVal hModule As Long, ByVal lpEnumFunc As Long, ByVal lParam As Long) As Boolean"
  7162.         },
  7163.         {
  7164.             "ID": 1384,
  7165.             "ChunkNum": 1,
  7166.             "FullName": "Declare Function FreeEnvironmentStrings Lib \"kernel32\" Alias \"FreeEnvironmentStringsA\" (ByVal lpsz As String) As Boolean"
  7167.         },
  7168.         {
  7169.             "ID": 1385,
  7170.             "ChunkNum": 1,
  7171.             "FullName": "Declare Sub FreeLibraryAndExitThread Lib \"kernel32\" Alias \"FreeLibraryAndExitThread\" (ByVal hLibModule As Long, ByVal dwExitCode As Long)"
  7172.         },
  7173.         {
  7174.             "ID": 1386,
  7175.             "ChunkNum": 1,
  7176.             "FullName": "Declare Function FreeResource Lib \"kernel32\" Alias \"FreeResource\" (ByVal hResData As Long) As Boolean"
  7177.         },
  7178.         {
  7179.             "ID": 1387,
  7180.             "ChunkNum": 1,
  7181.             "FullName": "Declare Function GetCommConfig Lib \"kernel32\" Alias \"GetCommConfig\" (ByVal hCommDev As Long, lpCC As COMMCONFIG, lpdwSize As Long) As Boolean"
  7182.         },
  7183.         {
  7184.             "ID": 1388,
  7185.             "ChunkNum": 1,
  7186.             "FullName": "Declare Function GetCompressedFileSize Lib \"kernel32\" Alias \"GetCompressedFileSizeA\" (ByVal lpFileName As String, lpFileSizeHigh As Long) As Long"
  7187.         },
  7188.         {
  7189.             "ID": 1389,
  7190.             "ChunkNum": 1,
  7191.             "FullName": "Declare Function GetDefaultCommConfig Lib \"kernel32\" Alias \"GetDefaultCommConfigA\" (ByVal lpszName As String, lpCC As COMMCONFIG, lpdwSize As Long) As Boolean"
  7192.         },
  7193.         {
  7194.             "ID": 1390,
  7195.             "ChunkNum": 1,
  7196.             "FullName": "Declare Function GetHandleInformation Lib \"kernel32\" Alias \"GetHandleInformation\" (ByVal hObject As Long, lpdwFlags As Long) As Boolean"
  7197.         },
  7198.         {
  7199.             "ID": 1391,
  7200.             "ChunkNum": 1,
  7201.             "FullName": "Declare Function GetProcessHeaps Lib \"kernel32\" Alias \"GetProcessHeaps\" (ByVal NumberOfHeaps As Long, ProcessHeaps As Long) As Long"
  7202.         },
  7203.         {
  7204.             "ID": 1392,
  7205.             "ChunkNum": 1,
  7206.             "FullName": "Declare Function GetProcessWorkingSetSize Lib \"kernel32\" Alias \"GetProcessWorkingSetSize\" (ByVal hProcess As Long, lpMinimumWorkingSetSize As Long, lpMaximumWorkingSetSize As Long) As Boolean"
  7207.         },
  7208.         {
  7209.             "ID": 1393,
  7210.             "ChunkNum": 1,
  7211.             "FullName": "Declare Function GetQueuedCompletionStatus Lib \"kernel32\" Alias \"GetQueuedCompletionStatus\" (ByVal CompletionPort As Long, lpNumberOfBytesTransferred As Long, lpCompletionKey As Long, lpOverlapped As Long, ByVal dwMilliseconds As Long) As Boolean"
  7212.         },
  7213.         {
  7214.             "ID": 1394,
  7215.             "ChunkNum": 1,
  7216.             "FullName": "Declare Function GetSystemTimeAdjustment Lib \"kernel32\" Alias \"GetSystemTimeAdjustment\" (lpTimeAdjustment As Long, lpTimeIncrement As Long, lpTimeAdjustmentDisabled As Boolean) As Boolean"
  7217.         },
  7218.         {
  7219.             "ID": 1395,
  7220.             "ChunkNum": 1,
  7221.             "FullName": "Declare Function GlobalCompact Lib \"kernel32\" Alias \"GlobalCompact\" (ByVal dwMinFree As Long) As Long"
  7222.         },
  7223.         {
  7224.             "ID": 1396,
  7225.             "ChunkNum": 1,
  7226.             "FullName": "Declare Sub GlobalFix Lib \"kernel32\" Alias \"GlobalFix\" (ByVal hMem As Long)"
  7227.         },
  7228.         {
  7229.             "ID": 1397,
  7230.             "ChunkNum": 1,
  7231.             "FullName": "Declare Sub GlobalUnfix Lib \"kernel32\" Alias \"GlobalUnfix\" (ByVal hMem As Long)"
  7232.         },
  7233.         {
  7234.             "ID": 1398,
  7235.             "ChunkNum": 1,
  7236.             "FullName": "Declare Function GlobalWire Lib \"kernel32\" Alias \"GlobalWire\" (ByVal hMem As Long) As Long"
  7237.         },
  7238.         {
  7239.             "ID": 1399,
  7240.             "ChunkNum": 1,
  7241.             "FullName": "Declare Function GlobalUnWire Lib \"kernel32\" Alias \"GlobalUnWire\" (ByVal hMem As Long) As Boolean"
  7242.         },
  7243.         {
  7244.             "ID": 1400,
  7245.             "ChunkNum": 1,
  7246.             "FullName": "Declare Function IsBadCodePtr Lib \"kernel32\" Alias \"IsBadCodePtr\" (ByVal lpfn As Long) As Boolean"
  7247.         },
  7248.         {
  7249.             "ID": 1401,
  7250.             "ChunkNum": 1,
  7251.             "FullName": "Declare Function LocalCompact Lib \"kernel32\" Alias \"LocalCompact\" (ByVal uMinFree As Long) As Long"
  7252.         },
  7253.         {
  7254.             "ID": 1402,
  7255.             "ChunkNum": 1,
  7256.             "FullName": "Declare Function LocalShrink Lib \"kernel32\" Alias \"LocalShrink\" (ByVal hMem As Long, ByVal cbNewSize As Long) As Long"
  7257.         },
  7258.         {
  7259.             "ID": 1403,
  7260.             "ChunkNum": 1,
  7261.             "FullName": "Declare Function MapViewOfFile Lib \"kernel32\" Alias \"MapViewOfFile\" (ByVal hFileMappingObject As Long, ByVal dwDesiredAccess As Long, ByVal dwFileOffsetHigh As Long, ByVal dwFileOffsetLow As Long, ByVal dwNumberOfBytesToMap As Long) As Long"
  7262.         },
  7263.         {
  7264.             "ID": 1404,
  7265.             "ChunkNum": 1,
  7266.             "FullName": "Declare Function ReadFileEx Lib \"kernel32\" Alias \"ReadFileEx\" (ByVal hFile As Long, lpBuffer As Any, ByVal nNumberOfBytesToRead As Long, lpOverlapped As OVERLAPPED, ByVal lpCompletionRoutine As Long) As Boolean"
  7267.         },
  7268.         {
  7269.             "ID": 1405,
  7270.             "ChunkNum": 1,
  7271.             "FullName": "Declare Function SetCommConfig Lib \"kernel32\" Alias \"SetCommConfig\" (ByVal hCommDev As Long, lpCC As COMMCONFIG, ByVal dwSize As Long) As Boolean"
  7272.         },
  7273.         {
  7274.             "ID": 1406,
  7275.             "ChunkNum": 1,
  7276.             "FullName": "Declare Function SetDefaultCommConfig Lib \"kernel32\" Alias \"SetDefaultCommConfigA\" (ByVal lpszName As String, lpCC As COMMCONFIG, ByVal dwSize As Long) As Boolean"
  7277.         },
  7278.         {
  7279.             "ID": 1407,
  7280.             "ChunkNum": 1,
  7281.             "FullName": "Declare Sub SetFileApisToANSI Lib \"kernel32\" Alias \"SetFileApisToANSI\" ()"
  7282.         },
  7283.         {
  7284.             "ID": 1408,
  7285.             "ChunkNum": 1,
  7286.             "FullName": "Declare Function SetHandleInformation Lib \"kernel32\" Alias \"SetHandleInformation\" (ByVal hObject As Long, ByVal dwMask As Long, ByVal dwFlags As Long) As Boolean"
  7287.         },
  7288.         {
  7289.             "ID": 1409,
  7290.             "ChunkNum": 1,
  7291.             "FullName": "Declare Function SetProcessWorkingSetSize Lib \"kernel32\" Alias \"SetProcessWorkingSetSize\" (ByVal hProcess As Long, ByVal dwMinimumWorkingSetSize As Long, ByVal dwMaximumWorkingSetSize As Long) As Boolean"
  7292.         },
  7293.         {
  7294.             "ID": 1410,
  7295.             "ChunkNum": 1,
  7296.             "FullName": "Declare Function lstrcat Lib \"kernel32\" Alias \"lstrcatA\" (ByVal lpString1 As String, ByVal lpString2 As String) As Long"
  7297.         },
  7298.         {
  7299.             "ID": 1411,
  7300.             "ChunkNum": 1,
  7301.             "FullName": "Declare Function lstrcpyn Lib \"kernel32\" Alias \"lstrcpynA\" (ByVal lpString1 As String, ByVal lpString2 As String, ByVal iMaxLength As Long) As Long"
  7302.         },
  7303.         {
  7304.             "ID": 1412,
  7305.             "ChunkNum": 1,
  7306.             "FullName": "Declare Function lstrcpy Lib \"kernel32\" Alias \"lstrcpyA\" (ByVal lpString1 As String, ByVal lpString2 As String) As Long"
  7307.         },
  7308.         {
  7309.             "ID": 1413,
  7310.             "ChunkNum": 1,
  7311.             "FullName": "Declare Function SetSystemTimeAdjustment Lib \"kernel32\" Alias \"SetSystemTimeAdjustment\" (ByVal dwTimeAdjustment As Long, ByVal bTimeAdjustmentDisabled As Boolean) As Boolean"
  7312.         },
  7313.         {
  7314.             "ID": 1414,
  7315.             "ChunkNum": 1,
  7316.             "FullName": "Declare Function SetThreadAffinityMask Lib \"kernel32\" Alias \"SetThreadAffinityMask\" (ByVal hThread As Long, ByVal dwThreadAffinityMask As Long) As Long"
  7317.         },
  7318.         {
  7319.             "ID": 1415,
  7320.             "ChunkNum": 1,
  7321.             "FullName": "Declare Function SetUnhandledExceptionFilter Lib \"kernel32\" Alias \"SetUnhandledExceptionFilter\" (ByVal lpTopLevelExceptionFilter As Long) As Long"
  7322.         },
  7323.         {
  7324.             "ID": 1416,
  7325.             "ChunkNum": 1,
  7326.             "FullName": "Declare Function SystemTimeToTzSpecificLocalTime Lib \"kernel32\" Alias \"SystemTimeToTzSpecificLocalTime\" (lpTimeZoneInformation As TIME_ZONE_INFORMATION, lpUniversalTime As SYSTEMTIME, lpLocalTime As SYSTEMTIME) As Boolean"
  7327.         },
  7328.         {
  7329.             "ID": 1417,
  7330.             "ChunkNum": 1,
  7331.             "FullName": "Declare Function WriteFileEx Lib \"kernel32\" Alias \"WriteFileEx\" (ByVal hFile As Long, lpBuffer As Any, ByVal nNumberOfBytesToWrite As Long, lpOverlapped As OVERLAPPED, ByVal lpCompletionRoutine As Long) As Boolean"
  7332.         },
  7333.         {
  7334.             "ID": 1418,
  7335.             "ChunkNum": 1,
  7336.             "FullName": "Declare Function ChoosePixelFormat Lib \"gdi32\" Alias \"ChoosePixelFormat\" (ByVal hDC As Long, pPixelFormatDescriptor As PIXELFORMATDESCRIPTOR) As Long"
  7337.         },
  7338.         {
  7339.             "ID": 1419,
  7340.             "ChunkNum": 1,
  7341.             "FullName": "Declare Function CreateDIBSection Lib \"gdi32\" Alias \"CreateDIBSection\" (ByVal hDC As Long, pBitmapInfo As BITMAPINFO, ByVal un As Long, ByVal lplpVoid As Long, ByVal handle As Long, ByVal dw As Long) As Long"
  7342.         },
  7343.         {
  7344.             "ID": 1420,
  7345.             "ChunkNum": 1,
  7346.             "FullName": "Declare Function DescribePixelFormat Lib \"gdi32\" Alias \"DescribePixelFormat\" (ByVal hDC As Long, ByVal n As Long, ByVal un As Long, lpPixelFormatDescriptor As PIXELFORMATDESCRIPTOR) As Long"
  7347.         },
  7348.         {
  7349.             "ID": 1421,
  7350.             "ChunkNum": 1,
  7351.             "FullName": "Declare Function EndDoc Lib \"gdi32\" Alias \"EndDoc\" (ByVal hDC As Long) As Long"
  7352.         },
  7353.         {
  7354.             "ID": 1422,
  7355.             "ChunkNum": 1,
  7356.             "FullName": "Declare Function EnumFonts Lib \"gdi32\" Alias \"EnumFontsA\" (ByVal hDC As Long, ByVal lpsz As String, ByVal lpFontEnumProc As Long, ByVal lParam As Long) As Long"
  7357.         },
  7358.         {
  7359.             "ID": 1423,
  7360.             "ChunkNum": 1,
  7361.             "FullName": "Declare Function EnumMetaFile Lib \"gdi32\" Alias \"EnumMetaFile\" (ByVal hDC As Long, ByVal hMetafile As Long, ByVal lpMFEnumProc As Long, ByVal lParam As Long) As Boolean"
  7362.         },
  7363.         {
  7364.             "ID": 1424,
  7365.             "ChunkNum": 1,
  7366.             "FullName": "Declare Function EnumObjects Lib \"gdi32\" Alias \"EnumObjects\" (ByVal hDC As Long, ByVal n As Long, ByVal lpGOBJEnumProc As Long, lpVoid As Any) As Long"
  7367.         },
  7368.         {
  7369.             "ID": 1425,
  7370.             "ChunkNum": 1,
  7371.             "FullName": "Declare Function FixBrushOrgEx Lib \"gdi32\" Alias \"FixBrushOrgEx\" (ByVal hDC As Long, ByVal n1 As Long, ByVal n2 As Long, lpPoint As POINTAPI) As Boolean"
  7372.         },
  7373.         {
  7374.             "ID": 1426,
  7375.             "ChunkNum": 1,
  7376.             "FullName": "Declare Function GetBrushOrgEx Lib \"gdi32\" Alias \"GetBrushOrgEx\" (ByVal hDC As Long, lpPoint As POINTAPI) As Boolean"
  7377.         },
  7378.         {
  7379.             "ID": 1427,
  7380.             "ChunkNum": 1,
  7381.             "FullName": "Declare Function GetCharWidth Lib \"gdi32\" Alias \"GetCharWidthA\" (ByVal hDC As Long, ByVal un1 As Long, ByVal un2 As Long, lpn As Long) As Boolean"
  7382.         },
  7383.         {
  7384.             "ID": 1428,
  7385.             "ChunkNum": 1,
  7386.             "FullName": "Declare Function GetDIBColorTable Lib \"gdi32\" Alias \"GetDIBColorTable\" (ByVal hDC As Long, ByVal un1 As Long, ByVal un2 As Long, pRGBQuad As RGBQUAD) As Long"
  7387.         },
  7388.         {
  7389.             "ID": 1429,
  7390.             "ChunkNum": 1,
  7391.             "FullName": "Declare Function GetPixelFormat Lib \"gdi32\" Alias \"GetPixelFormat\" (ByVal hDC As Long) As Long"
  7392.         },
  7393.         {
  7394.             "ID": 1430,
  7395.             "ChunkNum": 1,
  7396.             "FullName": "Declare Function LineDDA Lib \"gdi32\" Alias \"LineDDA\" (ByVal n1 As Long, ByVal n2 As Long, ByVal n3 As Long, ByVal n4 As Long, ByVal lpLineDDAProc As Long, ByVal lParam As Long) As Boolean"
  7397.         },
  7398.         {
  7399.             "ID": 1431,
  7400.             "ChunkNum": 1,
  7401.             "FullName": "Declare Function SetAbortProc Lib \"gdi32\" Alias \"SetAbortProc\" (ByVal hDC As Long, ByVal lpAbortProc As Long) As Long"
  7402.         },
  7403.         {
  7404.             "ID": 1432,
  7405.             "ChunkNum": 1,
  7406.             "FullName": "Declare Function SetDIBColorTable Lib \"gdi32\" Alias \"SetDIBColorTable\" (ByVal hDC As Long, ByVal un1 As Long, ByVal un2 As Long, pcRGBQuad As RGBQUAD) As Long"
  7407.         },
  7408.         {
  7409.             "ID": 1433,
  7410.             "ChunkNum": 1,
  7411.             "FullName": "Declare Function SetPixelFormat Lib \"gdi32\" Alias \"SetPixelFormat\" (ByVal hDC As Long, ByVal n As Long, pcPixelFormatDescriptor As PIXELFORMATDESCRIPTOR) As Boolean"
  7412.         },
  7413.         {
  7414.             "ID": 1434,
  7415.             "ChunkNum": 1,
  7416.             "FullName": "Declare Function SwapBuffers Lib \"gdi32\" Alias \"SwapBuffers\" (ByVal hDC As Long) As Boolean"
  7417.         },
  7418.         {
  7419.             "ID": 1435,
  7420.             "ChunkNum": 1,
  7421.             "FullName": "Declare Function EnumCalendarInfo Lib \"kernel32\" Alias \"EnumCalendarInfoA\" (ByVal lpCalInfoEnumProc As Long, ByVal Locale As Long, ByVal Calendar As Long, ByVal CalType As Long) As Boolean"
  7422.         },
  7423.         {
  7424.             "ID": 1436,
  7425.             "ChunkNum": 1,
  7426.             "FullName": "Declare Function GetCurrencyFormat Lib \"kernel32\" Alias \"GetCurrencyFormatA\" (ByVal Locale As Long, ByVal dwFlags As Long, ByVal lpValue As String, lpFormat As CURRENCYFMT, ByVal lpCurrencyStr As String, ByVal cchCurrency As Long) As Long"
  7427.         },
  7428.         {
  7429.             "ID": 1437,
  7430.             "ChunkNum": 1,
  7431.             "FullName": "Declare Function GetNumberFormat Lib \"kernel32\" Alias \"GetNumberFormatA\" (ByVal Locale As Long, ByVal dwFlags As Long, ByVal lpValue As String, lpFormat As NUMBERFMT, ByVal lpNumberStr As String, ByVal cchNumber As Long) As Long"
  7432.         },
  7433.         {
  7434.             "ID": 1438,
  7435.             "ChunkNum": 1,
  7436.             "FullName": "Declare Function GetStringTypeEx Lib \"kernel32\" Alias \"GetStringTypeExA\" (ByVal Locale As Long, ByVal dwInfoType As Long, ByVal lpSrcStr As String, ByVal cchSrc As Long, lpCharType As Integer) As Boolean"
  7437.         },
  7438.         {
  7439.             "ID": 1439,
  7440.             "ChunkNum": 1,
  7441.             "FullName": "Declare Function GetStringTypeW Lib \"kernel32\" Alias \"GetStringTypeW\" (ByVal dwInfoType As Long, ByVal lpSrcStr As String, ByVal cchSrc As Long, lpCharType As Integer) As Boolean"
  7442.         },
  7443.         {
  7444.             "ID": 1440,
  7445.             "ChunkNum": 1,
  7446.             "FullName": "Declare Function IsDBCSLeadByte Lib \"kernel32\" Alias \"IsDBCSLeadByte\" (ByVal TestChar As Byte) As Boolean"
  7447.         },
  7448.         {
  7449.             "ID": 1441,
  7450.             "ChunkNum": 1,
  7451.             "FullName": "Declare Function SetLocaleInfo Lib \"kernel32\" Alias \"SetLocaleInfoA\" (ByVal Locale As Long, ByVal LCType As Long, ByVal lpLCData As String) As Boolean"
  7452.         },
  7453.         {
  7454.             "ID": 1442,
  7455.             "ChunkNum": 1,
  7456.             "FullName": "Declare Function DeletePrinter Lib \"winspool\" Alias \"DeletePrinter\" (ByVal hPrinter As Long) As Boolean"
  7457.         },
  7458.         {
  7459.             "ID": 1443,
  7460.             "ChunkNum": 1,
  7461.             "FullName": "Declare Function FindClosePrinterChangeNotification Lib \"winspool\" Alias \"FindClosePrinterChangeNotification\" (ByVal hChange As Long) As Boolean"
  7462.         },
  7463.         {
  7464.             "ID": 1444,
  7465.             "ChunkNum": 1,
  7466.             "FullName": "Declare Function FindFirstPrinterChangeNotification Lib \"winspool\" Alias \"FindFirstPrinterChangeNotification\" (ByVal hPrinter As Long, ByVal fdwFlags As Long, ByVal fdwOptions As Long, ByVal pPrinterNotifyOptions As String) As Long"
  7467.         },
  7468.         {
  7469.             "ID": 1445,
  7470.             "ChunkNum": 1,
  7471.             "FullName": "Declare Function FindNextPrinterChangeNotification Lib \"winspool\" Alias \"FindNextPrinterChangeNotification\" (ByVal hChange As Long, pdwChange As Long, ByVal pvReserved As String, ByVal ppPrinterNotifyInfo As Long) As Boolean"
  7472.         },
  7473.         {
  7474.             "ID": 1446,
  7475.             "ChunkNum": 1,
  7476.             "FullName": "Declare Function GetPrinter Lib \"winspool\" Alias \"GetPrinterA\" (ByVal hPrinter As Long, ByVal Level As Long, pPrinter As Byte, ByVal cbBuf As Long, pcbNeeded As Long) As Boolean"
  7477.         },
  7478.         {
  7479.             "ID": 1447,
  7480.             "ChunkNum": 1,
  7481.             "FullName": "Declare Function SetPrinter Lib \"winspool\" Alias \"SetPrinterA\" (ByVal hPrinter As Long, ByVal Level As Long, pPrinter As Byte, ByVal Command As Long) As Boolean"
  7482.         },
  7483.         {
  7484.             "ID": 1448,
  7485.             "ChunkNum": 1,
  7486.             "FullName": "Declare Function BroadcastSystemMessage Lib \"user32\" Alias \"BroadcastSystemMessage\" (ByVal dw As Long, pdw As Long, ByVal un As Long, ByVal wParam As Long, ByVal lParam As Long) As Long"
  7487.         },
  7488.         {
  7489.             "ID": 1449,
  7490.             "ChunkNum": 1,
  7491.             "FullName": "Declare Function CallWindowProc Lib \"user32\" Alias \"CallWindowProcA\" (ByVal lpPrevWndFunc As Long, ByVal hWnd As Long, ByVal Msg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long"
  7492.         },
  7493.         {
  7494.             "ID": 1450,
  7495.             "ChunkNum": 1,
  7496.             "FullName": "Declare Function CascadeWindows Lib \"user32\" Alias \"CascadeWindows\" (ByVal hwndParent As Long, ByVal wHow As Long, ByVal lpRect As RECT, ByVal cKids As Long, lpkids As Long) As Integer"
  7497.         },
  7498.         {
  7499.             "ID": 1451,
  7500.             "ChunkNum": 1,
  7501.             "FullName": "Declare Function ChangeMenu Lib \"user32\" Alias \"ChangeMenuA\" (ByVal hMenu As Long, ByVal cmd As Long, ByVal lpszNewItem As String, ByVal cmdInsert As Long, ByVal flags As Long) As Boolean"
  7502.         },
  7503.         {
  7504.             "ID": 1452,
  7505.             "ChunkNum": 1,
  7506.             "FullName": "Declare Function CheckMenuRadioItem Lib \"user32\" Alias \"CheckMenuRadioItem\" (ByVal hMenu As Long, ByVal un1 As Long, ByVal un2 As Long, ByVal un3 As Long, ByVal un4 As Long) As Boolean"
  7507.         },
  7508.         {
  7509.             "ID": 1453,
  7510.             "ChunkNum": 1,
  7511.             "FullName": "Declare Function ChildWindowFromPoint Lib \"user32\" Alias \"ChildWindowFromPoint\" (ByVal hWndParent As Long, ByVal pt As POINTAPI) As Long"
  7512.         },
  7513.         {
  7514.             "ID": 1454,
  7515.             "ChunkNum": 1,
  7516.             "FullName": "Declare Function ChildWindowFromPointEx Lib \"user32\" Alias \"ChildWindowFromPointEx\" (ByVal hWnd As Long, ByVal pt As POINTAPI, ByVal un As Long) As Long"
  7517.         },
  7518.         {
  7519.             "ID": 1455,
  7520.             "ChunkNum": 1,
  7521.             "FullName": "Declare Function CloseDesktop Lib \"user32\" Alias \"CloseDesktop\" (ByVal hDesktop As Long) As Boolean"
  7522.         },
  7523.         {
  7524.             "ID": 1456,
  7525.             "ChunkNum": 1,
  7526.             "FullName": "Declare Function CloseWindowStation Lib \"user32\" Alias \"CloseWindowStation\" (ByVal hWinSta As Long) As Boolean"
  7527.         },
  7528.         {
  7529.             "ID": 1457,
  7530.             "ChunkNum": 1,
  7531.             "FullName": "Declare Function CopyImage Lib \"user32\" Alias \"CopyImage\" (ByVal handle As Long, ByVal un1 As Long, ByVal n1 As Long, ByVal n2 As Long, ByVal un2 As Long) As Long"
  7532.         },
  7533.         {
  7534.             "ID": 1458,
  7535.             "ChunkNum": 1,
  7536.             "FullName": "Declare Function CreateDesktop Lib \"user32\" Alias \"CreateDesktopA\" (ByVal lpszDesktop As String, ByVal lpszDevice As String, pDevmode As DEVMODE, ByVal dwFlags As Long, ByVal dwDesiredAccess As Long, lpsa As SECURITY_ATTRIBUTES) As Long"
  7537.         },
  7538.         {
  7539.             "ID": 1459,
  7540.             "ChunkNum": 1,
  7541.             "FullName": "Declare Function CreateDialogIndirectParam Lib \"user32\" Alias \"CreateDialogIndirectParamA\" (ByVal hInstance As Long, lpTemplate As DLGTEMPLATE, ByVal hWndParent As Long, ByVal lpDialogFunc As Long, ByVal dwInitParam As Long) As Long"
  7542.         },
  7543.         {
  7544.             "ID": 1460,
  7545.             "ChunkNum": 1,
  7546.             "FullName": "Declare Function CreateDialogParam Lib \"user32\" Alias \"CreateDialogParamA\" (ByVal hInstance As Long, ByVal lpName As String, ByVal hWndParent As Long, ByVal lpDialogFunc As Long, ByVal lParamInit As Long) As Long"
  7547.         },
  7548.         {
  7549.             "ID": 1461,
  7550.             "ChunkNum": 1,
  7551.             "FullName": "Declare Function CreateIconFromResource Lib \"user32\" Alias \"CreateIconFromResource\" (presbits As Byte, ByVal dwResSize As Long, ByVal fIcon As Boolean, ByVal dwVer As Long) As Long"
  7552.         },
  7553.         {
  7554.             "ID": 1462,
  7555.             "ChunkNum": 1,
  7556.             "FullName": "Declare Function DialogBoxIndirectParam Lib \"user32\" Alias \"DialogBoxIndirectParamA\" (ByVal hInstance As Long, hDialogTemplate As DLGTEMPLATE, ByVal hWndParent As Long, ByVal lpDialogFunc As Long, ByVal dwInitParam As Long) As Long"
  7557.         },
  7558.         {
  7559.             "ID": 1463,
  7560.             "ChunkNum": 1,
  7561.             "FullName": "Declare Function DragDetect Lib \"user32\" Alias \"DragDetect\" (ByVal hWnd As Long, ByVal pt As POINTAPI) As Boolean"
  7562.         },
  7563.         {
  7564.             "ID": 1464,
  7565.             "ChunkNum": 1,
  7566.             "FullName": "Declare Function DragObject Lib \"user32\" Alias \"DragObject\" (ByVal hWnd1 As Long, ByVal hWnd2 As Long, ByVal un As Long, ByVal dw As Long, ByVal hCursor As Long) As Long"
  7567.         },
  7568.         {
  7569.             "ID": 1465,
  7570.             "ChunkNum": 1,
  7571.             "FullName": "Declare Function DrawAnimatedRects Lib \"user32\" Alias \"DrawAnimatedRects\" (ByVal hwnd As Long, ByVal idAni As Long, lprcFrom As Rect, lprcTo As Rect) As Boolean"
  7572.         },
  7573.         {
  7574.             "ID": 1466,
  7575.             "ChunkNum": 1,
  7576.             "FullName": "Declare Function DrawCaption Lib \"user32\" Alias \"DrawCaption\" (ByVal hWnd As Long, ByVal hDC As Long, pcRect As Rect, ByVal un As Long) As Boolean"
  7577.         },
  7578.         {
  7579.             "ID": 1467,
  7580.             "ChunkNum": 1,
  7581.             "FullName": "Declare Function DrawEdge Lib \"user32\" Alias \"DrawEdge\" (ByVal hdc As Long, qrc As RECT, ByVal edge As Long, ByVal grfFlags As Long) As Boolean"
  7582.         },
  7583.         {
  7584.             "ID": 1468,
  7585.             "ChunkNum": 1,
  7586.             "FullName": "Declare Function DrawFrameControl Lib \"user32\" Alias \"DrawFrameControl\" (ByVal hDC As Long, lpRect As RECT, ByVal un1 As Long, ByVal un2 As Long) As Boolean"
  7587.         },
  7588.         {
  7589.             "ID": 1469,
  7590.             "ChunkNum": 1,
  7591.             "FullName": "Declare Function DrawIconEx Lib \"user32\" Alias \"DrawIconEx\" (ByVal hdc As Long, ByVal xLeft As Long, ByVal yTop As Long, ByVal hIcon As Long, ByVal cxWidth As Long, ByVal cyWidth As Long, ByVal istepIfAniCur As Long, ByVal hbrFlickerFreeDraw As Long, ByVa"
  7592.         },
  7593.         {
  7594.             "ID": 1469,
  7595.             "ChunkNum": 2,
  7596.             "FullName": "l diFlags As Long) As Boolean"
  7597.         },
  7598.         {
  7599.             "ID": 1470,
  7600.             "ChunkNum": 1,
  7601.             "FullName": "Declare Function DrawState Lib \"user32\" Alias \"DrawStateA\" (ByVal hDC As Long, ByVal hBrush As Long, ByVal lpDrawStateProc As Long, ByVal lParam As Long, ByVal wParam As Long, ByVal n1 As Long, ByVal n2 As Long, ByVal n3 As Long, ByVal n4 As Long, ByVal u"
  7602.         },
  7603.         {
  7604.             "ID": 1470,
  7605.             "ChunkNum": 2,
  7606.             "FullName": "n As Long) As Boolean"
  7607.         },
  7608.         {
  7609.             "ID": 1471,
  7610.             "ChunkNum": 1,
  7611.             "FullName": "Declare Function DrawTextEx Lib \"user32\" Alias \"DrawTextExA\" (ByVal hDC As Long, ByVal lpsz As String, ByVal n As Long, lpRect As RECT, ByVal un As Long, lpDrawTextParams As DRAWTEXTPARAMS) As Long"
  7612.         },
  7613.         {
  7614.             "ID": 1472,
  7615.             "ChunkNum": 1,
  7616.             "FullName": "Declare Function EnumChildWindows Lib \"user32\" Alias \"EnumChildWindows\" (ByVal hWndParent As Long, ByVal lpEnumFunc As Long, ByVal lParam As Long) As Boolean"
  7617.         },
  7618.         {
  7619.             "ID": 1473,
  7620.             "ChunkNum": 1,
  7621.             "FullName": "Declare Function EnumDesktops Lib \"user32\" Alias \"EnumDesktopsA\" (ByVal hwinsta As Long, ByVal lpEnumFunc As Long, ByVal lParam As Long) As Boolean"
  7622.         },
  7623.         {
  7624.             "ID": 1474,
  7625.             "ChunkNum": 1,
  7626.             "FullName": "Declare Function EnumDesktopWindows Lib \"user32\" Alias \"EnumDesktopWindows\" (ByVal hDesktop As Long, ByVal lpfn As Long, ByVal lParam As Long) As Boolean"
  7627.         },
  7628.         {
  7629.             "ID": 1475,
  7630.             "ChunkNum": 1,
  7631.             "FullName": "Declare Function EnumPropsEx Lib \"user32\" Alias \"EnumPropsExA\" (ByVal hWnd As Long, ByVal lpEnumFunc As Long, ByVal lParam As Long) As Long"
  7632.         },
  7633.         {
  7634.             "ID": 1476,
  7635.             "ChunkNum": 1,
  7636.             "FullName": "Declare Function EnumProps Lib \"user32\" Alias \"EnumPropsA\" (ByVal hWnd As Long, ByVal lpEnumFunc As Long) As Long"
  7637.         },
  7638.         {
  7639.             "ID": 1477,
  7640.             "ChunkNum": 1,
  7641.             "FullName": "Declare Function EnumThreadWindows Lib \"user32\" Alias \"EnumThreadWindows\" (ByVal dwThreadId As Long, ByVal lpfn As Long, ByVal lParam As Long) As Boolean"
  7642.         },
  7643.         {
  7644.             "ID": 1478,
  7645.             "ChunkNum": 1,
  7646.             "FullName": "Declare Function EnumWindowStations Lib \"user32\" Alias \"EnumWindowStationsA\" (ByVal lpEnumFunc As Long, ByVal lParam As Long) As Boolean"
  7647.         },
  7648.         {
  7649.             "ID": 1479,
  7650.             "ChunkNum": 1,
  7651.             "FullName": "Declare Function FindWindowEx Lib \"user32\" Alias \"FindWindowExA\" (ByVal hWnd1 As Long, ByVal hWnd2 As Long, ByVal lpsz1 As String, ByVal lpsz2 As String) As Long"
  7652.         },
  7653.         {
  7654.             "ID": 1480,
  7655.             "ChunkNum": 1,
  7656.             "FullName": "Declare Function GetKeyboardLayoutList Lib \"user32\" Alias \"GetKeyboardLayoutList\" (ByVal nBuff As Long, lpList As Long) As Long"
  7657.         },
  7658.         {
  7659.             "ID": 1481,
  7660.             "ChunkNum": 1,
  7661.             "FullName": "Declare Function GetKeyboardLayout Lib \"user32\" Alias \"GetKeyboardLayout\" (ByVal dwLayout As Long) As Long"
  7662.         },
  7663.         {
  7664.             "ID": 1482,
  7665.             "ChunkNum": 1,
  7666.             "FullName": "Declare Function GetMenuContextHelpId Lib \"user32\" Alias \"GetMenuContextHelpId\" (ByVal hMenu As Long) As Long"
  7667.         },
  7668.         {
  7669.             "ID": 1483,
  7670.             "ChunkNum": 1,
  7671.             "FullName": "Declare Function GetMenuDefaultItem Lib \"user32\" Alias \"GetMenuDefaultItem\" (ByVal hMenu As Long, ByVal fByPos As Long, ByVal gmdiFlags As Long) As Long"
  7672.         },
  7673.         {
  7674.             "ID": 1484,
  7675.             "ChunkNum": 1,
  7676.             "FullName": "Declare Function GetMenuItemInfo Lib \"user32\" Alias \"GetMenuItemInfoA\" (ByVal hMenu As Long, ByVal un As Long, ByVal b As Boolean, lpMenuItemInfo As MENUITEMINFO) As Boolean"
  7677.         },
  7678.         {
  7679.             "ID": 1485,
  7680.             "ChunkNum": 1,
  7681.             "FullName": "Declare Function GetMenuItemRect Lib \"user32\" Alias \"GetMenuItemRect\" (ByVal hWnd As Long, ByVal hMenu As Long, ByVal uItem As Long, lprcItem As RECT) As Boolean"
  7682.         },
  7683.         {
  7684.             "ID": 1486,
  7685.             "ChunkNum": 1,
  7686.             "FullName": "Declare Function GetScrollInfo Lib \"user32\" Alias \"GetScrollInfo\" (ByVal hWnd As Long, ByVal n As Long, lpScrollInfo As SCROLLINFO) As Boolean"
  7687.         },
  7688.         {
  7689.             "ID": 1487,
  7690.             "ChunkNum": 1,
  7691.             "FullName": "Declare Function GetSysColorBrush Lib \"user32\" Alias \"GetSysColorBrush\" (ByVal nIndex As Long) As Long"
  7692.         },
  7693.         {
  7694.             "ID": 1488,
  7695.             "ChunkNum": 1,
  7696.             "FullName": "Declare Function GetUserObjectInformation Lib \"user32\" Alias \"GetUserObjectInformationA\" (ByVal hObj As Long, ByVal nIndex As Long, pvInfo As Any, ByVal nLength As Long, lpnLengthNeeded As Long) As Boolean"
  7697.         },
  7698.         {
  7699.             "ID": 1489,
  7700.             "ChunkNum": 1,
  7701.             "FullName": "Declare Function GetWindowContextHelpId Lib \"user32\" Alias \"GetWindowContextHelpId\" (ByVal hWnd As Long) As Long"
  7702.         },
  7703.         {
  7704.             "ID": 1490,
  7705.             "ChunkNum": 1,
  7706.             "FullName": "Declare Function GetWindowRgn Lib \"user32\" Alias \"GetWindowRgn\" (ByVal hWnd As Long, ByVal hRgn As Long) As Long"
  7707.         },
  7708.         {
  7709.             "ID": 1491,
  7710.             "ChunkNum": 1,
  7711.             "FullName": "Declare Function GrayString Lib \"user32\" Alias \"GrayStringA\" (ByVal hDC As Long, ByVal hBrush As Long, ByVal lpOutputFunc As Long, ByVal lpData As Long, ByVal nCount As Long, ByVal X As Long, ByVal Y As Long, ByVal nWidth As Long, ByVal nHeight As Long) A"
  7712.         },
  7713.         {
  7714.             "ID": 1491,
  7715.             "ChunkNum": 2,
  7716.             "FullName": "s Boolean"
  7717.         },
  7718.         {
  7719.             "ID": 1492,
  7720.             "ChunkNum": 1,
  7721.             "FullName": "Declare Function InsertMenuItem Lib \"user32\" Alias \"InsertMenuItemA\" (ByVal hMenu As Long, ByVal un As Long, ByVal bool As Boolean, ByVal lpcMenuItemInfo As MENUITEMINFO) As Boolean"
  7722.         },
  7723.         {
  7724.             "ID": 1493,
  7725.             "ChunkNum": 1,
  7726.             "FullName": "Declare Function LoadCursorFromFile Lib \"user32\" Alias \"LoadCursorFromFileA\" (ByVal lpFileName As String) As Long"
  7727.         },
  7728.         {
  7729.             "ID": 1494,
  7730.             "ChunkNum": 1,
  7731.             "FullName": "Declare Function LoadImage Lib \"user32\" Alias \"LoadImageA\" (ByVal hInst As Long, ByVal lpsz As String, ByVal un1 As Long, ByVal n1 As Long, ByVal n2 As Long, ByVal un2 As Long) As Long"
  7732.         },
  7733.         {
  7734.             "ID": 1495,
  7735.             "ChunkNum": 1,
  7736.             "FullName": "Declare Function LookupIconIdFromDirectoryEx Lib \"user32\" Alias \"LookupIconIdFromDirectoryEx\" (presbits As Byte, ByVal fIcon As Boolean, ByVal cxDesired As Long, ByVal cyDesired As Long, ByVal Flags As Long) As Long"
  7737.         },
  7738.         {
  7739.             "ID": 1496,
  7740.             "ChunkNum": 1,
  7741.             "FullName": "Declare Function MapVirtualKeyEx Lib \"user32\" Alias \"MapVirtualKeyExA\" (ByVal uCode As Long, ByVal uMapType As Long, ByVal dwhkl As Long) As Long"
  7742.         },
  7743.         {
  7744.             "ID": 1497,
  7745.             "ChunkNum": 1,
  7746.             "FullName": "Declare Function MenuItemFromPoint Lib \"user32\" Alias \"MenuItemFromPoint\" (ByVal hWnd As Long, ByVal hMenu As Long, ByVal ptScreen As POINTAPI) As Long"
  7747.         },
  7748.         {
  7749.             "ID": 1498,
  7750.             "ChunkNum": 1,
  7751.             "FullName": "Declare Function MessageBoxIndirect Lib \"user32\" Alias \"MessageBoxIndirectA\" (lpMsgBoxParams As MSGBOXPARAMS) As Long"
  7752.         },
  7753.         {
  7754.             "ID": 1499,
  7755.             "ChunkNum": 1,
  7756.             "FullName": "Declare Function OpenDesktop Lib \"user32\" Alias \"OpenDesktopA\" (ByVal lpszDesktop As String, ByVal dwFlags As Long, ByVal fInherit As Boolean, ByVal dwDesiredAccess As Long) As Long"
  7757.         },
  7758.         {
  7759.             "ID": 1500,
  7760.             "ChunkNum": 1,
  7761.             "FullName": "Declare Function OpenInputDesktop Lib \"user32\" Alias \"OpenInputDesktop\" (ByVal dwFlags As Long, ByVal fInherit As Boolean, ByVal dwDesiredAccess As Long) As Long"
  7762.         },
  7763.         {
  7764.             "ID": 1501,
  7765.             "ChunkNum": 1,
  7766.             "FullName": "Declare Function OpenWindowStation Lib \"user32\" Alias \"OpenWindowStationA\" (ByVal lpszWinSta As String, ByVal fInherit As Boolean, ByVal dwDesiredAccess As Long) As Long"
  7767.         },
  7768.         {
  7769.             "ID": 1502,
  7770.             "ChunkNum": 1,
  7771.             "FullName": "Declare Function PaintDesktop Lib \"user32\" Alias \"PaintDesktop\" (ByVal hdc As Long) As Boolean"
  7772.         },
  7773.         {
  7774.             "ID": 1503,
  7775.             "ChunkNum": 1,
  7776.             "FullName": "Declare Function RegisterClassEx Lib \"user32\" Alias \"RegisterClassExA\" (pcWndClassEx As WNDCLASSEX) As Integer"
  7777.         },
  7778.         {
  7779.             "ID": 1504,
  7780.             "ChunkNum": 1,
  7781.             "FullName": "Declare Function SetMenuContextHelpId Lib \"user32\" Alias \"SetMenuContextHelpId\" (ByVal hMenu As Long, ByVal dw As Long) As Boolean"
  7782.         },
  7783.         {
  7784.             "ID": 1505,
  7785.             "ChunkNum": 1,
  7786.             "FullName": "Declare Function SetMenuDefaultItem Lib \"user32\" Alias \"SetMenuDefaultItem\" (ByVal hMenu As Long, ByVal uItem As Long, ByVal fByPos As Long) As Boolean"
  7787.         },
  7788.         {
  7789.             "ID": 1506,
  7790.             "ChunkNum": 1,
  7791.             "FullName": "Declare Function SetMenuItemInfo Lib \"user32\" Alias \"SetMenuItemInfoA\" (ByVal hMenu As Long, ByVal un As Long, ByVal bool As Boolean, lpcMenuItemInfo As MENUITEMINFO) As Boolean"
  7792.         },
  7793.         {
  7794.             "ID": 1507,
  7795.             "ChunkNum": 1,
  7796.             "FullName": "Declare Function SetMessageExtraInfo Lib \"user32\" Alias \"SetMessageExtraInfo\" (ByVal lParam As Long) As Long"
  7797.         },
  7798.         {
  7799.             "ID": 1508,
  7800.             "ChunkNum": 1,
  7801.             "FullName": "Declare Function SetMessageQueue Lib \"user32\" Alias \"SetMessageQueue\" (ByVal cMessagesMax As Long) As Boolean"
  7802.         },
  7803.         {
  7804.             "ID": 1509,
  7805.             "ChunkNum": 1,
  7806.             "FullName": "Declare Function SetProcessWindowStation Lib \"user32\" Alias \"SetProcessWindowStation\" (ByVal hWinSta As Long) As Boolean"
  7807.         },
  7808.         {
  7809.             "ID": 1510,
  7810.             "ChunkNum": 1,
  7811.             "FullName": "Declare Function SetScrollInfo Lib \"user32\" Alias \"SetScrollInfo\" (ByVal hWnd As Long, ByVal n As Long, lpcScrollInfo As SCROLLINFO, ByVal bool As Boolean) As Long"
  7812.         },
  7813.         {
  7814.             "ID": 1511,
  7815.             "ChunkNum": 1,
  7816.             "FullName": "Declare Function SetSystemCursor Lib \"user32\" Alias \"SetSystemCursor\" (ByVal hcur As Long, ByVal id As Long) As Boolean"
  7817.         },
  7818.         {
  7819.             "ID": 1512,
  7820.             "ChunkNum": 1,
  7821.             "FullName": "Declare Function SetThreadDesktop Lib \"user32\" Alias \"SetThreadDesktop\" (ByVal hDesktop As Long) As Boolean"
  7822.         },
  7823.         {
  7824.             "ID": 1513,
  7825.             "ChunkNum": 1,
  7826.             "FullName": "Declare Function SetTimer Lib \"user32\" Alias \"SetTimer\" (ByVal hWnd As Long, ByVal nIDEvent As Long, ByVal uElapse As Long,, ByVal lpTimerFunc As Long) As Long"
  7827.         },
  7828.         {
  7829.             "ID": 1514,
  7830.             "ChunkNum": 1,
  7831.             "FullName": "Declare Function SetUserObjectInformation Lib \"user32\" Alias \"SetUserObjectInformationA\" (ByVal hObj As Long, ByVal nIndex As Long, pvInfo As Any, ByVal nLength As Long) As Boolean"
  7832.         },
  7833.         {
  7834.             "ID": 1515,
  7835.             "ChunkNum": 1,
  7836.             "FullName": "Declare Function SetWindowContextHelpId Lib \"user32\" Alias \"SetWindowContextHelpId\" (ByVal hWnd As Long, ByVal dw As Long) As Boolean"
  7837.         },
  7838.         {
  7839.             "ID": 1516,
  7840.             "ChunkNum": 1,
  7841.             "FullName": "Declare Function SetWindowRgn Lib \"user32\" Alias \"SetWindowRgn\" (ByVal hWnd As Long, ByVal hRgn As Long, ByVal bRedraw As Boolean) As Long"
  7842.         },
  7843.         {
  7844.             "ID": 1517,
  7845.             "ChunkNum": 1,
  7846.             "FullName": "Declare Function SetWindowsHook Lib \"user32\" Alias \"SetWindowsHookA\" (ByVal nFilterType As Long, ByVal pfnFilterProc As Long) As Long"
  7847.         },
  7848.         {
  7849.             "ID": 1518,
  7850.             "ChunkNum": 1,
  7851.             "FullName": "Declare Function SetWindowsHookEx Lib \"user32\" Alias \"SetWindowsHookExA\" (ByVal idHook As Long, ByVal lpfn As Long, ByVal hmod As Long, ByVal dwThreadId As Long) As Long"
  7852.         },
  7853.         {
  7854.             "ID": 1519,
  7855.             "ChunkNum": 1,
  7856.             "FullName": "Declare Function ShowWindowAsync Lib \"user32\" Alias \"ShowWindowAsync\" (ByVal hWnd As Long, ByVal nCmdShow As Long) As Boolean"
  7857.         },
  7858.         {
  7859.             "ID": 1520,
  7860.             "ChunkNum": 1,
  7861.             "FullName": "Declare Function SwitchDesktop Lib \"user32\" Alias \"SwitchDesktop\" (ByVal hDesktop As Long) As Boolean"
  7862.         },
  7863.         {
  7864.             "ID": 1521,
  7865.             "ChunkNum": 1,
  7866.             "FullName": "Declare Function TileWindows Lib \"user32\" Alias \"TileWindows\" (ByVal hwndParent As Long, ByVal wHow As Long, lpRect As Rect, ByVal cKids As Long, lpKids As Long) As Integer"
  7867.         },
  7868.         {
  7869.             "ID": 1522,
  7870.             "ChunkNum": 1,
  7871.             "FullName": "Declare Function ToAsciiEx Lib \"user32\" Alias \"ToAsciiEx\" (ByVal uVirtKey As Long, ByVal uScanCode As Long, lpKeyState As Byte, lpChar As Integer, ByVal uFlags As Long, ByVal dwhkl As Long) As Long"
  7872.         },
  7873.         {
  7874.             "ID": 1523,
  7875.             "ChunkNum": 1,
  7876.             "FullName": "Declare Function TrackPopupMenuEx Lib \"user32\" Alias \"TrackPopupMenuEx\" (ByVal hMenu As Long, ByVal un As Long, ByVal n1 As Long, ByVal n2 As Long, ByVal hWnd As Long, lpTPMParams As TPMPARAMS) As Boolean"
  7877.         },
  7878.         {
  7879.             "ID": 1524,
  7880.             "ChunkNum": 1,
  7881.             "FullName": "Declare Function UnhookWindowsHook Lib \"user32\" Alias \"UnhookWindowsHook\" (ByVal nCode As Long, ByVal pfnFilterProc As Long) As Boolean"
  7882.         },
  7883.         {
  7884.             "ID": 1525,
  7885.             "ChunkNum": 1,
  7886.             "FullName": "Declare Function VkKeyScanEx Lib \"user32\" Alias \"VkKeyScanExA\" (ByVal ch As Byte, ByVal dwhkl As Long) As Integer"
  7887.         },
  7888.         {
  7889.             "ID": 1526,
  7890.             "ChunkNum": 1,
  7891.             "FullName": "Declare Function WNetGetUniversalName Lib \"mpr\" Alias \"WNetGetUniversalNameA\" (ByVal lpLocalPath As String, ByVal dwInfoLevel As Long, lpBuffer As Any, lpBufferSize As Long) As Long"
  7892.         },
  7893.         {
  7894.             "ID": 1527,
  7895.             "ChunkNum": 1,
  7896.             "FullName": "Declare Function WNetGetUser Lib \"mpr\" Alias \"WNetGetUserA\" (ByVal lpName As String, ByVal lpUserName As String, lpnLength As Long) As Long"
  7897.         },
  7898.         {
  7899.             "ID": 1528,
  7900.             "ChunkNum": 1,
  7901.             "FullName": "Declare Function WNetOpenEnum Lib \"mpr\" Alias \"WNetOpenEnumA\" (ByVal dwScope As Long, ByVal dwType As Long, ByVal dwUsage As Long, lpNetResource As NETRESOURCE, lphEnum As Long) As Long"
  7902.         }
  7903.     ]
  7904. }